fix(ci): correct cache key

Signed-off-by: madomado <madonuko@outlook.com>
This commit is contained in:
madomado
2023-10-14 20:37:55 +08:00
committed by GitHub
parent 349542311f
commit ace7240c39
+1 -1
View File
@@ -59,7 +59,7 @@ jobs:
uses: actions/cache@v3
with:
path: /var/cache
key: ${{ runner.os }}-br-${{ matrix.version }}-${{ matrix.pkg.arch }}-${{ matrix.pkg.pkg }}
key: ${{ runner.os }}-br-${{ matrix.version }}-${{ matrix.pkg.arch }}
- name: Include custom build template instead of package default
run: |