skipping ccache for arm again

This commit is contained in:
Troy Tamas
2025-05-23 11:16:34 +09:00
parent 793f29296e
commit 30362cc6bf
+2
View File
@@ -46,11 +46,13 @@ jobs:
uses: styfle/[email protected]
- uses: actions/checkout@v4
- name: ccache
if: matrix.os != 'ubuntu-24.04-arm'
uses: hendrikmuhs/[email protected]
with:
key: ${{ github.job }}-${{ matrix.os }}-${{ matrix.cibuild }} # Make cache specific to OS
max-size: "5G"
- name: Install dependencies
if: matrix.os != 'ubuntu-24.04-arm'
run: |
env
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"