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