mirror of
https://github.com/isledecomp/LEGOIslandRebuilder.git
synced 2024-11-27 01:25:36 -05:00
ci: set path to pwd so cmake picks up ninja
This commit is contained in:
parent
0a5aef3b12
commit
679acdc357
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -36,6 +36,7 @@ jobs:
|
|||
cd build
|
||||
curl -fLOSs https://github.com/ninja-build/ninja/releases/download/v1.10.2/ninja-win.zip
|
||||
7z x ninja-win.zip
|
||||
set PATH=%PATH%;%CD%
|
||||
cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Release
|
||||
ninja
|
||||
|
||||
|
|
Loading…
Reference in a new issue