Skip to content

Commit

Permalink
Disable cache of Cargo build artifacts
Browse files Browse the repository at this point in the history
Cache size grows too fast
  • Loading branch information
clehner committed Apr 1, 2021
1 parent 29d12d2 commit b61ea69
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ jobs:
path: |
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-ssi1-cargo-${{ hashFiles('Cargo.toml', '**.rs') }}
key: ${{ runner.os }}-ssi2-cargo-${{ hashFiles('Cargo.toml', '**.rs') }}
restore-keys: |
${{ runner.os }}-ssi1-cargo-
${{ runner.os }}-ssi2-cargo-
- name: Build
run: cargo build --verbose --workspace
Expand Down

0 comments on commit b61ea69

Please sign in to comment.