mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
ughhhh
This commit is contained in:
parent
df894e341b
commit
c339044872
1 changed files with 1 additions and 1 deletions
2
.github/workflows/windows-build.yml
vendored
2
.github/workflows/windows-build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue