mirror of
https://github.com/actix/actix-web.git
synced 2024-11-20 08:31:09 +00:00
switching to nightly for intra-doc links (#1783)
This commit is contained in:
parent
9b42333fac
commit
49e945c88f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/upload-doc.yml
vendored
2
.github/workflows/upload-doc.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
- name: Install Rust
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable-x86_64-unknown-linux-gnu
|
||||
toolchain: nightly-x86_64-unknown-linux-gnu
|
||||
profile: minimal
|
||||
override: true
|
||||
|
||||
|
|
Loading…
Reference in a new issue