fix builds

This commit is contained in:
marauder2k7 2025-10-28 15:47:36 +00:00
parent 582c20fbce
commit c065943cb4
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -48,7 +48,7 @@ jobs:
- name: Install MacOSX Dependencies
run: |
brew install ninja
brew install ninja zip unzip curl pkgconfig
ninja --version
cmake --version