Skip to content

Commit

Permalink
do not cache fast jobs dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
likewhatevs committed Sep 26, 2024
1 parent bf68679 commit e6e91f8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/caching-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,6 @@ jobs:
# prevent cache permission errors
- run: sudo chown root /usr/bin/tar && sudo chmod u+s /usr/bin/tar
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
with:
key: ${{ matrix.component }}
prefix-key: "4"
- uses: ./.github/actions/install-deps-action
# cache virtiofsd (goes away w/ 24.04)
- name: Cache virtiofsd
Expand Down Expand Up @@ -235,10 +231,6 @@ jobs:
# prevent cache permission errors
- run: sudo chown root /usr/bin/tar && sudo chmod u+s /usr/bin/tar
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
with:
key: ${{ matrix.scheduler }}
prefix-key: "4"
- uses: ./.github/actions/install-deps-action
# cache virtiofsd (goes away w/ 24.04)
- name: Cache virtiofsd
Expand Down

0 comments on commit e6e91f8

Please sign in to comment.