mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 00:54:54 +00:00
fix builds
This commit is contained in:
parent
582c20fbce
commit
c065943cb4
2 changed files with 5 additions and 1 deletions
4
.github/workflows/build-linux-gcc.yml
vendored
4
.github/workflows/build-linux-gcc.yml
vendored
|
|
@ -76,7 +76,11 @@ jobs:
|
||||||
libxss-dev \
|
libxss-dev \
|
||||||
libglu1-mesa-dev \
|
libglu1-mesa-dev \
|
||||||
libgtk-3-dev
|
libgtk-3-dev
|
||||||
|
|
||||||
|
sudo apt-get install -y \
|
||||||
|
python3
|
||||||
|
|
||||||
|
pip install jinja2
|
||||||
|
|
||||||
- name: Configure, Build & Install
|
- name: Configure, Build & Install
|
||||||
uses: threeal/cmake-action@v1.3.0
|
uses: threeal/cmake-action@v1.3.0
|
||||||
|
|
|
||||||
2
.github/workflows/build-macos-clang.yml
vendored
2
.github/workflows/build-macos-clang.yml
vendored
|
|
@ -48,7 +48,7 @@ jobs:
|
||||||
|
|
||||||
- name: Install MacOSX Dependencies
|
- name: Install MacOSX Dependencies
|
||||||
run: |
|
run: |
|
||||||
brew install ninja
|
brew install ninja zip unzip curl pkgconfig
|
||||||
ninja --version
|
ninja --version
|
||||||
cmake --version
|
cmake --version
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue