Skip to content

Commit e938c3d

Browse files
committed
Unpin MIRI
1 parent 693ea8b commit e938c3d

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/miri.yaml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,15 @@ 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
37+
cargo miri setup
4338
- name: Run Miri Checks
4439
env:
4540
RUST_BACKTRACE: full

0 commit comments

Comments
 (0)