Skip to content

Commit

Permalink
ci: Pin nightly toolchain for sanitizers to nightly-2024-03-13
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Mar 17, 2024
1 parent 1d111dc commit 7d29278
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Rust
run: rustup update nightly && rustup default nightly
# TODO: LLVM bug https://github.com/rust-lang/rust/issues/122476
run: rustup update nightly-2024-03-13 && rustup default nightly-2024-03-13
- name: Run sanitizers
run: ci/san.sh

Expand Down

0 comments on commit 7d29278

Please sign in to comment.