Skip to content

Commit

Permalink
force audit to use specified rust version
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Wrock <[email protected]>
  • Loading branch information
mwrock committed Dec 17, 2024
1 parent a6c546f commit 8692906
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust-cargo-audit-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/[email protected]
id: toolchain
- run: rustup override set ${{steps.toolchain.outputs.name}}
- uses: ClementTsang/[email protected]
with:
command: install
Expand Down

0 comments on commit 8692906

Please sign in to comment.