Skip to content

Commit

Permalink
fix: try to fix cargo-deny on ci with sccache
Browse files Browse the repository at this point in the history
  • Loading branch information
sassman committed Jun 29, 2024
1 parent cceee77 commit 5fb6cc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Cache Cargo Dependencies
uses: mozilla-actions/sccache-action@v0.0.5
- uses: EmbarkStudios/cargo-deny-action@v1

cargo-semver-checks:
Expand Down

0 comments on commit 5fb6cc8

Please sign in to comment.