We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb63c37 commit 1dc9183Copy full SHA for 1dc9183
.github/workflows/ci.yml
@@ -256,8 +256,7 @@ jobs:
256
steps:
257
- uses: taiki-e/checkout-action@v1
258
- name: Install Rust
259
- # TODO: LLVM bug https://github.com/rust-lang/rust/issues/122476
260
- run: rustup toolchain install nightly-2024-03-13 --component rust-src && rustup default nightly-2024-03-13
+ run: rustup toolchain install nightly --component rust-src && rustup default nightly
261
# https://github.com/google/sanitizers/issues/1716 / https://github.com/actions/runner-images/issues/9491
262
- run: sudo sysctl vm.mmap_rnd_bits=28
263
- run: cargo -Z build-std test --workspace --all-features --target x86_64-unknown-linux-gnu --lib --tests
0 commit comments