Fix meson version

This commit is contained in:
Liriosha
2026-03-19 16:24:49 -04:00
parent 901f7f9cb1
commit be37a40a1a
2 changed files with 12 additions and 12 deletions

View File

@@ -32,7 +32,7 @@ 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 ninja-build libsdl2-dev libgl-dev libglu1-mesa-dev libpthread-stubs0-dev
# Set a reasonable ccache size
ccache -M 5G || true