still trying to figure out cmake path in actions

This commit is contained in:
cmclark00 2024-10-11 03:36:20 -04:00
parent 4f1516bfd6
commit df894e341b

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 "D:/a/retro-imager/src" -S . -B build -G "NMake Makefiles" -DCMAKE_PREFIX_PATH:PATH="%Qt5_DIR%" run: cmake "D:/a/retro-imager/src" -S . -B build -G "NMake Makefiles"
- name: Build the project - name: Build the project
run: cmake "D:/a/retro-imager/src" --build build --config Release run: cmake "D:/a/retro-imager/src" --build build --config Release