install meson in separate CI step

This commit is contained in:
Tropical 2026-04-04 11:44:19 -05:00
parent 28eef4e3f4
commit edfc4952a4

View file

@ -41,6 +41,8 @@ jobs:
with:
packages: build-essential ccache python3 python3-pip ninja-build libsdl2-dev libgl-dev libglu1-mesa-dev libpthread-stubs0-dev libglm-dev
version: 1.0
- name: Install meson
run: |
python -m pip install meson
# Set a reasonable ccache size