Skip to content

Commit

Permalink
fdfgsdg
Browse files Browse the repository at this point in the history
  • Loading branch information
cmclark00 committed Oct 11, 2024
1 parent c339044 commit 301bb1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 -S "D:/a/retro-imager/src" -B build -G "NMake Makefiles"
run: cmake -S src -B build -G "NMake Makefiles" -DCMAKE_PREFIX_PATH:PATH="%Qt5_DIR%"

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

0 comments on commit 301bb1a

Please sign in to comment.