Skip to content

Commit 5a9230e

Browse files
committed
Unpin MIRI
1 parent 693ea8b commit 5a9230e

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/miri.yaml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,14 @@ jobs:
2626
miri-checks:
2727
name: MIRI
2828
runs-on: ubuntu-latest
29-
strategy:
30-
# Consult https://rust-lang.github.io/rustup-components-history/ to see compatible versions
31-
matrix:
32-
arch: [ amd64 ]
33-
rust: [ nightly-2022-06-08 ]
3429
steps:
3530
- uses: actions/checkout@v2
3631
with:
3732
submodules: true
3833
- name: Setup Rust toolchain
3934
run: |
40-
rustup toolchain install ${{ matrix.rust }}
41-
rustup default ${{ matrix.rust }}
42-
rustup component add rustfmt clippy miri
35+
rustup toolchain install nightly --component miri
36+
rustup override set nightly
4337
- name: Run Miri Checks
4438
env:
4539
RUST_BACKTRACE: full

0 commit comments

Comments
 (0)