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