This commit is contained in:
cmclark00 2024-10-11 02:59:18 -04:00
parent f40b3dc8b9
commit efcb2a662c

View file

@ -32,4 +32,4 @@ jobs:
run: cmake -S . -B build -G "NMake Makefiles" -DCMAKE_PREFIX_PATH:PATH="%Qt5_DIR%"
- name: Build the project
run: cmake --build build --config Release
run: cmake ../ --build build --config Release