Merge branch 'dev' into tu19-take-2

This commit is contained in:
Tropical
2026-03-23 03:45:22 -05:00
parent fed9cf2d95
commit 4d1e34dab0
1495 changed files with 1338 additions and 564 deletions
+4 -2
View File
@@ -32,7 +32,8 @@ jobs:
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y build-essential ccache python3 ninja-build meson libsdl2-dev libgl-dev libglu1-mesa-dev libpthread-stubs0-dev
sudo apt-get install -y build-essential ccache python3 python3-pip ninja-build libsdl2-dev libgl-dev libglu1-mesa-dev libpthread-stubs0-dev
python -m pip install meson
# Set a reasonable ccache size
ccache -M 5G || true
@@ -86,7 +87,8 @@ jobs:
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y build-essential ccache python3 ninja-build meson libsdl2-dev libgl-dev libglu1-mesa-dev libpthread-stubs0-dev
sudo apt-get install -y build-essential ccache python3 python3-pip ninja-build libsdl2-dev libgl-dev libglu1-mesa-dev libpthread-stubs0-dev
python -m pip install meson
# Set a reasonable ccache size
ccache -M 5G || true