mirror of
https://github.com/usatiuk/ficus.git
synced 2025-10-28 16:17:51 +01:00
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
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:
5
.github/workflows/ficus.yml
vendored
5
.github/workflows/ficus.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user