Skip to content

Commit 283b74b

Browse files
committed
Revert "Work around Rust ICE in CI"
This reverts commit f9a91a6.
1 parent bb2c122 commit 283b74b

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)