Skip to content

Commit dde1e35

Browse files
committed
Pin nightly version for sanitizer tests
1 parent 33f467f commit dde1e35

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,9 @@ jobs:
196196
sanitizer: [address, leak, memory, thread]
197197
steps:
198198
- uses: actions/checkout@v4
199-
- uses: dtolnay/rust-toolchain@nightly
199+
# FIXME: revert to using the latest nightly when https://github.com/rust-lang/rust/issues/146465 is fixed.
200+
- uses: dtolnay/rust-toolchain@master
201+
toolchain: nightly-2025-09-05
200202
- name: Add rust source
201203
run: rustup component add rust-src
202204
- name: Run tests with sanitizer

0 commit comments

Comments
 (0)