mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-08-20 09:47:11 +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
|
- name: Restore ccache
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: ~/.ccache
|
path: ${{ runner.temp }}/ccache
|
||||||
key: ${{ runner.os }}-ccache-${{ hashFiles('**/meson.build') }}
|
key: ${{ runner.os }}-ccache-${{ hashFiles('**/meson.build') }}
|
||||||
|
restore-keys: ${{ runner.os }}-ccache-
|
||||||
|
|
||||||
- name: Restore meson cache
|
- name: Restore meson cache
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue