mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-23 16:24:43 +00:00
install meson in separate CI step
This commit is contained in:
parent
28eef4e3f4
commit
edfc4952a4
2
.github/workflows/build-linux.yml
vendored
2
.github/workflows/build-linux.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue