Skip to content

Commit 8bcd2d9

Browse files
committed
ci: use nightly for cargo docs
1 parent 60da003 commit 8bcd2d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-24.04
3232
steps:
3333
- uses: actions/checkout@v5
34-
- uses: dtolnay/rust-toolchain@stable
34+
- uses: dtolnay/rust-toolchain@nightly
3535
- uses: Swatinem/rust-cache@v2
3636
with:
3737
save-if: ${{ github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)