add libglm-dev

This commit is contained in:
Tropical 2026-03-29 22:56:53 -05:00
parent cf1d3436f1
commit 2ce1b0b261

View file

@ -30,7 +30,7 @@ jobs:
- 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
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: |