From 32363b1fecd9ac13d6a2046cb2858d2d4cb4ebe4 Mon Sep 17 00:00:00 2001 From: madomado Date: Thu, 4 Apr 2024 18:20:29 +0800 Subject: [PATCH] chore(ci): get rid of cache buildroot (#1014) Signed-off-by: madomado --- .github/workflows/autobuild.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index f6da542946..a1eaa2affc 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -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