chore(ci): get rid of cache buildroot (#1014)

Signed-off-by: madomado <madonuko@outlook.com>
This commit is contained in:
madomado
2024-04-04 18:20:29 +08:00
committed by GitHub
parent 1b222c5ade
commit 32363b1fec
-7
View File
@@ -54,13 +54,6 @@ jobs:
- name: Set up git repository
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Cache buildroot
id: br-cache
uses: actions/cache@v4
with:
path: /var/cache
key: ${{ runner.os }}-br-${{ matrix.version }}-${{ matrix.pkg.arch }}
- name: Include custom build template instead of package default
run: |
cp -v anda/terra/mock-configs/terra.tpl /etc/mock/templates/terra.tpl