File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 4444 - name : Install Rust
4545 uses : dtolnay/rust-toolchain@master
4646 with :
47- toolchain : nightly
47+ toolchain : nightly-2025-10-11
4848 components : miri
4949
5050 - name : Run miri
9595 uses : actions/checkout@v4
9696
9797 - name : Install Rust
98- uses : dtolnay/rust-toolchain@nightly
98+ uses : dtolnay/rust-toolchain@master
9999 with :
100+ toolchain : nightly
100101 components : rustfmt
101102
102103 - name : cargo fmt --check
@@ -225,8 +226,9 @@ jobs:
225226 echo "targets=${targets[*]}" >> "${GITHUB_OUTPUT}"
226227
227228 - name : Install nightly Rust with targets (${{ steps.metadata.outputs.targets }})
228- uses : dtolnay/rust-toolchain@nightly
229+ uses : dtolnay/rust-toolchain@master
229230 with :
231+ toolchain : nightly-2025-10-11
230232 targets : ${{ steps.metadata.outputs.targets }}
231233
232234 - name : cargo rustdoc
@@ -330,7 +332,7 @@ jobs:
330332 - name : Install Rust nightly with target (${{ matrix.target }})
331333 uses : dtolnay/rust-toolchain@master
332334 with :
333- toolchain : nightly
335+ toolchain : nightly-2025-10-11
334336 target : ${{ matrix.target }}
335337 components : rust-src
336338
You can’t perform that action at this time.
0 commit comments