mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 12:33:02 +02:00
.github: fix .ccache caching
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
committed by
Tobias Waldekranz
parent
f515d8e737
commit
ff7faada00
@@ -46,9 +46,10 @@ jobs:
|
||||
- name: Restore Cache of .ccache/
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: .buildroot-ccache/
|
||||
key: ccache-${{ matrix.platform }}-os-${{ hashFiles('.git/modules/buildroot/HEAD', 'package/*/*.hash') }}
|
||||
path: .ccache/
|
||||
key: ccache-${{ matrix.platform }}-${{ matrix.variant }}-${{ hashFiles('.git/modules/buildroot/HEAD', 'package/*/*.hash') }}
|
||||
restore-keys: |
|
||||
ccache-${{ matrix.platform }}-${{ matrix.variant }}-
|
||||
ccache-${{ matrix.platform }}-
|
||||
ccache-
|
||||
- name: Configure & Build
|
||||
|
||||
Reference in New Issue
Block a user