Skip to content

Commit

Permalink
pin the nightly version of rust to one that doesn't ICE
Browse files Browse the repository at this point in the history
  • Loading branch information
arvidn committed Jan 15, 2025
1 parent fd803d1 commit a6c7711
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-crate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a6c7711

Please sign in to comment.