Update build-linux.yml

This commit is contained in:
Tropical 2026-04-04 11:48:24 -05:00
parent d0ece01636
commit 715b3dc432

View file

@ -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