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.
2 parents 86ad49b + 1aca078 commit da0b19fCopy full SHA for da0b19f
.github/workflows/rust.yaml
@@ -114,15 +114,12 @@ jobs:
114
runs-on: ubuntu-latest
115
steps:
116
- uses: actions/checkout@v2
117
- # Need nightly rust.
118
- uses: actions-rust-lang/setup-rust-toolchain@v1
119
with:
120
- toolchain: nightly
121
- components: "rust-src"
122
- # Install LLVM tools
+ toolchain: nightly-2025-08-15
+ components: rust-src
123
- name: Install LLVM
124
- run: |
125
- sudo apt-get install -y llvm
+ run: sudo apt-get install -y llvm
126
- name: Tests with asan
127
env:
128
RUSTFLAGS: -Zsanitizer=address -C debuginfo=0
0 commit comments