mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-23 10:02:55 +00:00
don't use apt-install github action
This commit is contained in:
parent
2ce1b0b261
commit
4ee9175501
9
.github/workflows/build-linux.yml
vendored
9
.github/workflows/build-linux.yml
vendored
|
|
@ -28,14 +28,13 @@ jobs:
|
|||
uses: actions/checkout@v6
|
||||
|
||||
- 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 libglm-dev
|
||||
|
||||
- name: Install meson from pip
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y build-essential ccache python3 python3-pip ninja-build libsdl2-dev libgl-dev libglu1-mesa-dev libpthread-stubs0-dev
|
||||
python -m pip install meson
|
||||
# Set a reasonable ccache size
|
||||
ccache -M 5G || true
|
||||
python -m pip install meson
|
||||
|
||||
- name: Restore ccache
|
||||
uses: actions/cache@v4
|
||||
|
|
|
|||
Loading…
Reference in a new issue