Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,9 @@ jobs:
- uses: actions/checkout@v4
- name: Install Miri
run: |
rustup toolchain install nightly --component miri
rustup override set nightly
# Pin nightly to work around https://github.com/rust-lang/miri/issues/4855
rustup toolchain install nightly-2026-02-11 --component miri
rustup override set nightly-2026-02-11
cargo miri setup
- uses: Swatinem/rust-cache@v2
- name: Test with Miri
Expand Down