fix(ci): correct cache key (#736)

Signed-off-by: madomado <madonuko@outlook.com>
This commit is contained in:
madomado
2023-10-15 13:59:21 +08:00
committed by GitHub
parent e7e946fb05
commit 402a40f4de
+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: |