Skip to content

Commit

Permalink
Disable cache
Browse files Browse the repository at this point in the history
  • Loading branch information
outkine committed Mar 24, 2024
1 parent aaf5cba commit e8328eb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/cache@v2
with:
path: ~/.cargo
key: cargo-${{ matrix.os }}-${{ hashFiles('Cargo.lock') }}
- uses: actions/cache@v2
with:
path: target
key: build-${{ matrix.os }}
# - uses: actions/cache@v2
# with:
# path: ~/.cargo
# key: cargo-${{ matrix.os }}-${{ hashFiles('Cargo.lock') }}
# - uses: actions/cache@v2
# with:
# path: target
# key: build-${{ matrix.os }}

- uses: aws-actions/configure-aws-credentials@v1
with:
Expand Down

0 comments on commit e8328eb

Please sign in to comment.