We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddfb900 commit 33e617bCopy full SHA for 33e617b
.github/workflows/autobuild.yml
@@ -54,13 +54,6 @@ jobs:
54
- name: Set up git repository
55
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
56
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
-
64
- name: Include custom build template instead of package default
65
run: |
66
cp -v anda/terra/mock-configs/terra.tpl /etc/mock/templates/terra.tpl
0 commit comments