Skip to content

Commit

Permalink
ughhhh
Browse files Browse the repository at this point in the history
  • Loading branch information
cmclark00 committed Oct 11, 2024
1 parent df894e3 commit c339044
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"
run: cmake -S "D:/a/retro-imager/src" -B build -G "NMake Makefiles"

- name: Build the project
run: cmake "D:/a/retro-imager/src" --build build --config Release

0 comments on commit c339044

Please sign in to comment.