Skip to content

Commit

Permalink
Update build-all.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dxli authored May 10, 2024
1 parent 5e5670d commit 0d9551a
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,17 +149,18 @@ jobs:
run: |
choco uninstall mingw --force
choco uninstall strawberryperl --force
- name: Install MinGW8.1 64-bit
uses: msys2/setup-msys2@v2
- name: Set up MinGW
uses: egor-tensin/setup-mingw@v2
with:
msystem: MINGW64
platform: x64

- name: Install Qt6
uses: jurplel/install-qt-action@v3
with:
version: '6.6.*'
host: 'windows'
#arch: 'win64_msvc2019_64'
arch: 'win64_mingw'
target: 'desktop'
dir: '..'
Expand Down Expand Up @@ -205,8 +206,12 @@ jobs:
echo.
dir ..\Qt\6.6.3\mingw_64\bin
echo.
dir C:\mingw64\bin
where mingw32-make.exe
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v2

- name: Build
run: |
set PATH=C:\msys64\mingw64\bin;%PATH%
Expand Down

0 comments on commit 0d9551a

Please sign in to comment.