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 0e037b9 commit 5a9d36e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ jobs:
set-env: 'true'
tools-only: 'false'
extra: '--external 7z'
tools: 'tools_mingw,qt.tools.win64_mingw810 tools_qtcreator,qt.tools.qtcreator'

- name: Install boost
shell: bash
Expand Down Expand Up @@ -208,15 +209,14 @@ jobs:
echo.
dir C:\msys64\ucrt64\bin
dir C:\msys64\usr\bin
where mingw32-make.exe
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v2

- name: Build
run: |
set PATH=C:\msys64\ucrt64\bin;C:\msys64\usr\bin;%PATH%
#set PATH=C:\msys64\ucrt64\bin;C:\msys64\usr\bin;%PATH%
copy CI\custom-win.pri custom.pri
copy CI\custom-win-x64.nsh scripts\postprocess-windows\custom.nsh
echo SET:
Expand Down

0 comments on commit 5a9d36e

Please sign in to comment.