Compare commits

...

1 Commits

Author SHA1 Message Date
Cappy Ishihara 932e803185 fix restore keys 2023-10-14 19:38:40 +07:00
+5
View File
@@ -60,6 +60,11 @@ jobs:
with:
path: /var/cache
key: ${{ runner.os }}-br-${{ matrix.version }}-${{ matrix.pkg.arch }}-${{ matrix.pkg.pkg }}
restore-keys: |
${{ runner.os }}-br-${{ matrix.version }}-${{ matrix.pkg.arch }}-${{ matrix.pkg.pkg }}
${{ runner.os }}-br-${{ matrix.version }}-${{ matrix.pkg.arch }}
${{ runner.os }}-br-${{ matrix.version }}
${{ runner.os }}-br
- name: Include custom build template instead of package default
run: |