CI: actually update ccache cache
Some checks failed
Unit tests / build (push) Successful in 4m9s
Ficus build / build-ficus-toolchain (push) Failing after 3h14m35s
Ficus build / iso (push) Has been cancelled

This commit is contained in:
2024-07-15 23:52:29 +02:00
parent 4cd35f43cd
commit a4ff116382

View File

@@ -28,7 +28,10 @@ jobs:
uses: actions/cache@v4 uses: actions/cache@v4
with: with:
path: ~/.cache/ccache path: ~/.cache/ccache
key: ${{ runner.os }}-ccache key: ${{ runner.os }}-ccache-${{ github.run_id }}-${{ github.run_attempt }}
restore-keys: |
${{ runner.os }}-ccache-${{ github.run_id }}-${{ github.run_attempt }}
${{ runner.os }}-ccache-
- name: Add ccache to path - name: Add ccache to path
run: echo "/usr/lib/ccache" >> $GITHUB_PATH run: echo "/usr/lib/ccache" >> $GITHUB_PATH