Skip to content

Commit

Permalink
CI: Remove actions-rs GH actions from the CI where possible
Browse files Browse the repository at this point in the history
Fix a typo in Audit.yml.
  • Loading branch information
tatsuya6502 committed Feb 4, 2024
1 parent 99a1695 commit b8d0a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Install Rust nightly toolchain with Miri
- name: Install Rust nightly toolchain
uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly
Expand Down

0 comments on commit b8d0a21

Please sign in to comment.