mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
Update windows-build.yml
This commit is contained in:
parent
efcb2a662c
commit
5e6ec525b3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/windows-build.yml
vendored
2
.github/workflows/windows-build.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
|||
choco install cmake --installargs '"ADD_CMAKE_TO_PATH=System"' --yes
|
||||
|
||||
- name: Configure CMake
|
||||
run: cmake -S . -B build -G "NMake Makefiles" -DCMAKE_PREFIX_PATH:PATH="%Qt5_DIR%"
|
||||
run: cmake ../ -S . -B build -G "NMake Makefiles" -DCMAKE_PREFIX_PATH:PATH="%Qt5_DIR%"
|
||||
|
||||
- name: Build the project
|
||||
run: cmake ../ --build build --config Release
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue