Skip to content

Commit 33e617b

Browse files
committed
chore(ci): get rid of cache buildroot (#1014)
Signed-off-by: madomado <[email protected]> (cherry picked from commit 32363b1)
1 parent ddfb900 commit 33e617b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/autobuild.yml

-7
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,6 @@ jobs:
5454
- name: Set up git repository
5555
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
5656

57-
- name: Cache buildroot
58-
id: br-cache
59-
uses: actions/cache@v3
60-
with:
61-
path: /var/cache
62-
key: ${{ runner.os }}-br-${{ matrix.version }}-${{ matrix.pkg.arch }}
63-
6457
- name: Include custom build template instead of package default
6558
run: |
6659
cp -v anda/terra/mock-configs/terra.tpl /etc/mock/templates/terra.tpl

0 commit comments

Comments
 (0)