Skip to content

Commit

Permalink
build: default cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandervantrijffel committed Aug 11, 2023
1 parent c635257 commit a3c6dd6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ jobs:
toolchain: stable
components: rustfmt, clippy
- uses: Swatinem/rust-cache@v2
with:
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Install cargo-audit binary crate
uses: actions-rs/install@v0.1
with:
Expand Down

0 comments on commit a3c6dd6

Please sign in to comment.