mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-07-22 23:27:05 +00:00
Update build-linux.yml
This commit is contained in:
parent
d0ece01636
commit
715b3dc432
3
.github/workflows/build-linux.yml
vendored
3
.github/workflows/build-linux.yml
vendored
|
|
@ -51,13 +51,12 @@ jobs:
|
|||
- name: Install meson
|
||||
run: |
|
||||
pip install meson
|
||||
|
||||
ccache -M 5G || true # Set a reasonable ccache size
|
||||
|
||||
- name: Install LLVM + libc++
|
||||
run: |
|
||||
wget -qO- https://apt.llvm.org/llvm.sh | sudo bash -s -- 20
|
||||
sudo apt-get install -y libc++-20-dev libc++abi-20-dev
|
||||
ccache -M 5G || true # Set a reasonable ccache size
|
||||
|
||||
- name: Restore ccache
|
||||
uses: actions/cache@v5
|
||||
|
|
|
|||
Loading…
Reference in a new issue