Skip to content

Commit

Permalink
ci: upgrade to nightly-2022-07-26 and pin miri nightly (#4915)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdisanti committed Aug 15, 2022
1 parent b3c7c98 commit 4b1c480
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -11,7 +11,7 @@ env:
RUST_BACKTRACE: 1
# Change to specific Rust release to pin
rust_stable: stable
rust_nightly: nightly-2022-07-25
rust_nightly: nightly-2022-07-26
rust_clippy: 1.52.0
# When updating this, also update:
# - README.md
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
- name: Install Rust ${{ env.rust_nightly }}
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: ${{ env.rust_nightly }}
components: miri
override: true
- uses: Swatinem/rust-cache@v1
Expand Down

0 comments on commit 4b1c480

Please sign in to comment.