Skip to content

Commit

Permalink
Fix CI cmake mistake [deploy]
Browse files Browse the repository at this point in the history
  • Loading branch information
dougmassay committed Aug 18, 2024
1 parent c239e7d commit 02b7721
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/win-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,13 @@ jobs:
run: |
set PATH=C:\%PYTHON%;${{runner.workspace}}\%QT%\bin;%PATH%
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
echo %PATH%
cmake %GITHUB_WORKSPACE% ^
-G "Ninja" ^
-DCMAKE_BUILD_TYPE=%BUILD_TYPE% ^
-DPYTHON_LIBRARY="C:\%PYTHON%\libs\python311.lib" ^
-DPYTHON_INCLUDE_DIR="C:\%PYTHON%\include" ^
-DPYTHON_EXECUTABLE="C:\%PYTHON%\python.exe" ^
-DQt6_DIR="${{runner.workspace}}\$QT\lib\cmake\Qt6" ^
-DQt6_DIR="${{runner.workspace}}\$QT\lib\cmake\Qt6"
ninja -j2
- name: Build Installer
Expand Down

0 comments on commit 02b7721

Please sign in to comment.