Skip to content

Commit

Permalink
still trying to figure out cmake path in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
cmclark00 committed Oct 11, 2024
1 parent 4f1516b commit df894e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
choco install cmake --installargs '"ADD_CMAKE_TO_PATH=System"' --yes
- 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
run: cmake "D:/a/retro-imager/src" --build build --config Release

0 comments on commit df894e3

Please sign in to comment.