Skip to content

Commit

Permalink
CI: pin nightly to work around unused imports regression
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Oct 31, 2023
1 parent e6dc0c1 commit e760df2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2023-10-01 # pinned due to regression
- run: cargo test

bench:
Expand Down

0 comments on commit e760df2

Please sign in to comment.