mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
install ninja
This commit is contained in:
parent
3e5b4b5e05
commit
ddf2814ee6
2 changed files with 2 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue