Pin nightly toolchain to a specific day in document workflow
This commit is contained in:
parent
af917a08d8
commit
58494bd033
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@v1
|
||||
with:
|
||||
rust-version: nightly
|
||||
rust-version: nightly-2023-12-11
|
||||
- uses: actions/checkout@v2
|
||||
- name: Generate documentation
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue