mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-07-23 21:37:14 +00:00
forget why we have to install meson from pip
This commit is contained in:
parent
715b3dc432
commit
f9e3fdeeef
13
.github/workflows/build-linux.yml
vendored
13
.github/workflows/build-linux.yml
vendored
|
|
@ -39,20 +39,9 @@ jobs:
|
||||||
- name: Install system dependencies
|
- name: Install system dependencies
|
||||||
uses: awalsh128/cache-apt-pkgs-action@latest
|
uses: awalsh128/cache-apt-pkgs-action@latest
|
||||||
with:
|
with:
|
||||||
packages: build-essential ccache ninja-build libsdl2-dev libgl-dev libglu1-mesa-dev libpthread-stubs0-dev libglm-dev
|
packages: build-essential ccache meson ninja-build libsdl2-dev libgl-dev libglu1-mesa-dev libpthread-stubs0-dev libglm-dev
|
||||||
version: 1.0
|
version: 1.0
|
||||||
|
|
||||||
- name: Setup python
|
|
||||||
uses: actions/setup-python@v5
|
|
||||||
with:
|
|
||||||
python-version: '3.11'
|
|
||||||
cache: 'pip'
|
|
||||||
|
|
||||||
- name: Install meson
|
|
||||||
run: |
|
|
||||||
pip install meson
|
|
||||||
ccache -M 5G || true # Set a reasonable ccache size
|
|
||||||
|
|
||||||
- name: Install LLVM + libc++
|
- name: Install LLVM + libc++
|
||||||
run: |
|
run: |
|
||||||
wget -qO- https://apt.llvm.org/llvm.sh | sudo bash -s -- 20
|
wget -qO- https://apt.llvm.org/llvm.sh | sudo bash -s -- 20
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue