mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-27 23:13:38 +00:00
CI: Fix the ccache path (and re-add cache key fallback)
This commit is contained in:
parent
b6699f0269
commit
a045d26f05
3
.github/workflows/build-linux.yml
vendored
3
.github/workflows/build-linux.yml
vendored
|
|
@ -36,8 +36,9 @@ jobs:
|
|||
- name: Restore ccache
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ~/.ccache
|
||||
path: ${{ runner.temp }}/ccache
|
||||
key: ${{ runner.os }}-ccache-${{ hashFiles('**/meson.build') }}
|
||||
restore-keys: ${{ runner.os }}-ccache-
|
||||
|
||||
- name: Restore meson cache
|
||||
uses: actions/cache@v4
|
||||
|
|
|
|||
Loading…
Reference in a new issue