mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
fix builds
This commit is contained in:
parent
582c20fbce
commit
c065943cb4
4
.github/workflows/build-linux-gcc.yml
vendored
4
.github/workflows/build-linux-gcc.yml
vendored
|
|
@ -76,7 +76,11 @@ jobs:
|
|||
libxss-dev \
|
||||
libglu1-mesa-dev \
|
||||
libgtk-3-dev
|
||||
|
||||
sudo apt-get install -y \
|
||||
python3
|
||||
|
||||
pip install jinja2
|
||||
|
||||
- name: Configure, Build & Install
|
||||
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
|
||||
run: |
|
||||
brew install ninja
|
||||
brew install ninja zip unzip curl pkgconfig
|
||||
ninja --version
|
||||
cmake --version
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue