Skip to content

Commit 0b732ea

Browse files
committed
Add nightly toolchain again
1 parent 4800832 commit 0b732ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- uses: actions/checkout@v4
33+
- run: rustup toolchain add nightly
3334
- run: cargo +nightly update -Z minimal-versions
3435
- run: cargo +stable test
3536

0 commit comments

Comments
 (0)