CI: Fix the ccache path (and re-add cache key fallback)

This commit is contained in:
Echo J. 2026-03-30 08:02:04 +00:00
parent b6699f0269
commit a045d26f05

View file

@ -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