don't use apt-install github action

This commit is contained in:
Tropical 2026-03-29 22:59:23 -05:00
parent 2ce1b0b261
commit 4ee9175501

View file

@ -28,14 +28,13 @@ jobs:
uses: actions/checkout@v6
- name: Install system dependencies
uses: daaku/gh-action-apt-install@v4
with:
packages: build-essential ccache python3 python3-pip ninja-build libsdl2-dev libgl-dev libglu1-mesa-dev libpthread-stubs0-dev patchelf libglm-dev
- name: Install meson from pip
run: |
sudo apt-get update
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
python -m pip install meson
- name: Restore ccache
uses: actions/cache@v4