mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
install ninja
This commit is contained in:
parent
3e5b4b5e05
commit
ddf2814ee6
1
.github/workflows/build-linux-gcc.yml
vendored
1
.github/workflows/build-linux-gcc.yml
vendored
|
|
@ -41,6 +41,7 @@ jobs:
|
|||
|
||||
- name: Install Linux Dependencies
|
||||
run: |
|
||||
sudo apt-get install ninja-build
|
||||
ninja --version
|
||||
cmake --version
|
||||
gcc --version
|
||||
|
|
|
|||
1
.github/workflows/build-macos-clang.yml
vendored
1
.github/workflows/build-macos-clang.yml
vendored
|
|
@ -38,6 +38,7 @@ jobs:
|
|||
|
||||
- name: Install MacOSX Dependencies
|
||||
run: |
|
||||
brew install ninja
|
||||
ninja --version
|
||||
cmake --version
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue