mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-23 15:54:04 +00:00
add libglm-dev
This commit is contained in:
parent
cf1d3436f1
commit
2ce1b0b261
2
.github/workflows/build-linux.yml
vendored
2
.github/workflows/build-linux.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue