File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed
Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -188,11 +188,7 @@ jobs:
188188 sudo apt-get update
189189 sudo apt-get install --yes --no-install-recommends gcc-multilib libelf-dev zlib1g-dev
190190 - uses : actions/checkout@v6
191- - uses : dtolnay/rust-toolchain@master
192- with :
193- # TODO: Remove specification and switch back to @nightly once
194- # https://github.com/rust-lang/rust/issues/151008 is fixed
195- toolchain : ' nightly-2026-01-09'
191+ - uses : dtolnay/rust-toolchain@nightly
196192 - uses : Swatinem/rust-cache@v2
197193 - uses : actions/setup-python@v6
198194 id : py312
@@ -323,11 +319,7 @@ jobs:
323319 sudo apt-get update
324320 sudo apt-get install --yes --no-install-recommends gcc-multilib libelf-dev zlib1g-dev
325321 - uses : actions/checkout@v6
326- - uses : dtolnay/rust-toolchain@master
327- with :
328- # TODO: Remove specification and switch back to @nightly once
329- # https://github.com/rust-lang/rust/issues/151008 is fixed
330- toolchain : ' nightly-2026-01-09'
322+ - uses : dtolnay/rust-toolchain@nightly
331323 - uses : Swatinem/rust-cache@v2
332324 with :
333325 key : ${{ matrix.sanitizer }}
You can’t perform that action at this time.
0 commit comments