Skip to content

Commit

Permalink
ci: Bump tools cache
Browse files Browse the repository at this point in the history
This is needed to ensure the changed versions are actually used.
  • Loading branch information
Rahix committed May 4, 2024
1 parent 96b60da commit 0ee041b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
id: cache-cargo
with:
path: ~/cargo-bin
key: rust-tools-003
key: rust-tools-004
- name: Install svd2rust
if: steps.cache-cargo.outputs.cache-hit != 'true'
uses: actions-rs/[email protected]
Expand Down

0 comments on commit 0ee041b

Please sign in to comment.