Skip to content

Commit

Permalink
Update GitHub Actions pipeline to use nightly toolchain for Miri
Browse files Browse the repository at this point in the history
  • Loading branch information
yezzfusl committed Aug 6, 2024
1 parent e4a8f18 commit b65b841
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/security-and-safety.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Set up Rust
- name: Set up Rust (nightly)
uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: nightly
override: true

- name: Install Clippy
Expand Down

0 comments on commit b65b841

Please sign in to comment.