mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 16:05:21 +01:00
fdfgsdg
This commit is contained in:
parent
c339044872
commit
301bb1a547
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 -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
|
- name: Build the project
|
||||||
run: cmake "D:/a/retro-imager/src" --build build --config Release
|
run: cmake --build build --config Release
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue