Skip to content

Commit

Permalink
Update build-all.yml
Browse files Browse the repository at this point in the history
2.2.1
  • Loading branch information
dxli authored May 3, 2024
1 parent 49e0405 commit daacb77
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,11 @@ jobs:
uses: actions/checkout@main
with:
fetch-depth: 0
ref: qt6

- name: Install Qt6
- name: Install Qt5
uses: jurplel/install-qt-action@v3
with:
version: '6.5.*'
version: '5.15.*'

- name: Install boost dependencies
run: |
Expand Down Expand Up @@ -133,7 +132,7 @@ jobs:
- name: Install Qt-5.15
uses: jurplel/install-qt-action@v3
with:
version: '5.15.2'
version: '5.15.*'
host: 'windows'
target: 'desktop'
arch: 'win32_mingw81'
Expand Down Expand Up @@ -176,11 +175,11 @@ jobs:
echo.
dir ..\Qt
echo.
dir ..\Qt\5.15.2\
dir ..\Qt\5.15.*\
echo.
dir ..\Qt\5.15.2\mingw81_32\
dir ..\Qt\5.15.*\mingw81_32\
echo.
dir ..\Qt\5.15.2\mingw81_32\bin
dir ..\Qt\5.15.*\mingw81_32\bin
- name: Build
run: |
Expand Down Expand Up @@ -226,7 +225,7 @@ jobs:
- name: Install Qt-5.15
uses: jurplel/install-qt-action@v3
with:
version: '5.15.2'
version: '5.15.*'
host: 'windows'
target: 'desktop'
arch: 'win64_mingw81'
Expand Down Expand Up @@ -269,11 +268,11 @@ jobs:
echo.
dir ..\Qt
echo.
dir ..\Qt\5.15.2\
dir ..\Qt\5.15.*\
echo.
dir ..\Qt\5.15.2\mingw81_64\
dir ..\Qt\5.15.*\mingw81_64\
echo.
dir ..\Qt\5.15.2\mingw81_64\bin
dir ..\Qt\5.15.*\mingw81_64\bin
- name: Build
run: |
Expand Down

0 comments on commit daacb77

Please sign in to comment.