Skip to content

Commit

Permalink
ci: fix rust cache key in clippy-check workflow (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi authored Sep 18, 2024
1 parent 558681a commit d67b1b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clippy-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
uses: ./.github/actions/rust-info
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
with:
key: ${{ steps.rustc.outputs.host }}
key: dev-${{ steps.rustc.outputs.host }}
- name: Run Clippy
run: cargo clippy --all-targets --all-features

0 comments on commit d67b1b2

Please sign in to comment.