mirror of
https://github.com/isledecomp/LEGOIslandRebuilder.git
synced 2024-11-27 01:25:36 -05:00
install ninja
This commit is contained in:
parent
fa61cd2138
commit
0a5aef3b12
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -34,6 +34,8 @@ jobs:
|
|||
call MSVC600/VC98/Bin/vcvars32.bat
|
||||
mkdir build
|
||||
cd build
|
||||
curl -fLOSs https://github.com/ninja-build/ninja/releases/download/v1.10.2/ninja-win.zip
|
||||
7z x ninja-win.zip
|
||||
cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Release
|
||||
ninja
|
||||
|
||||
|
|
Loading…
Reference in a new issue