Skip to content

Commit

Permalink
github:add CONFIG+=release to windows
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyifang committed Mar 20, 2022
1 parent 6554c67 commit e33499e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
shell: cmd
run: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" ${{ matrix.msvc_arch }}
qmake "CONFIG+=zim_support"
qmake "CONFIG+=zim_support" CONFIG+=release
nmake
echo winSdkDir=%WindowsSdkDir% >> %GITHUB_ENV%
Expand Down

0 comments on commit e33499e

Please sign in to comment.