From 715b3dc432b060e46ae915b15ab630525c3bd61f Mon Sep 17 00:00:00 2001 From: Tropical <42101043+tropicaaal@users.noreply.github.com> Date: Sat, 4 Apr 2026 11:48:24 -0500 Subject: [PATCH] Update build-linux.yml --- .github/workflows/build-linux.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml index 612c9998b..2a1a55f84 100644 --- a/.github/workflows/build-linux.yml +++ b/.github/workflows/build-linux.yml @@ -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