From a6c7711e6914dccaad7bae0a8734b101ce4e6f95 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Wed, 15 Jan 2025 21:58:33 +0100 Subject: [PATCH] pin the nightly version of rust to one that doesn't ICE --- .github/workflows/build-crate.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-crate.yml b/.github/workflows/build-crate.yml index 0a86e7e36..b9110a68c 100644 --- a/.github/workflows/build-crate.yml +++ b/.github/workflows/build-crate.yml @@ -72,7 +72,9 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: dtolnay/rust-toolchain@nightly + - uses: dtolnay/rust-toolchain@v4 + with: + toolchain: nightly-2025-01-12 - name: Install cargo-fuzz run: cargo +nightly install cargo-fuzz