Unpin nightly toolchain in document workflow
This commit is contained in:
parent
b328da2c71
commit
4ab4ffc9cf
1 changed files with 1 additions and 1 deletions
2
.github/workflows/document.yml
vendored
2
.github/workflows/document.yml
vendored
|
|
@ -8,7 +8,7 @@ jobs:
|
|||
steps:
|
||||
- uses: hecrj/setup-rust-action@v2
|
||||
with:
|
||||
rust-version: nightly-2023-12-11
|
||||
rust-version: nightly
|
||||
- uses: actions/checkout@v2
|
||||
- name: Generate documentation
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue