Update windows-build.yml

This commit is contained in:
cmclark00 2024-10-11 03:15:03 -04:00 committed by GitHub
parent efcb2a662c
commit 5e6ec525b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,7 @@ jobs:
choco install cmake --installargs '"ADD_CMAKE_TO_PATH=System"' --yes choco install cmake --installargs '"ADD_CMAKE_TO_PATH=System"' --yes
- name: Configure CMake - 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 - name: Build the project
run: cmake ../ --build build --config Release run: cmake ../ --build build --config Release