mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-07-29 16:22:33 +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
|
- name: Install system dependencies
|
||||||
uses: daaku/gh-action-apt-install@v4
|
uses: daaku/gh-action-apt-install@v4
|
||||||
with:
|
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
|
- name: Install meson from pip
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue