mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-07-08 01:31:53 +08:00
Disable nightly compiler
This commit is contained in:
3
.github/workflows/github-pages.yml
vendored
3
.github/workflows/github-pages.yml
vendored
@@ -50,9 +50,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
submodules: true
|
submodules: true
|
||||||
- name: Setup latest rust compiler (Nightly)
|
|
||||||
run: |
|
|
||||||
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly -y
|
|
||||||
- name: Document
|
- name: Document
|
||||||
run: |
|
run: |
|
||||||
cargo doc -vv || exit 1
|
cargo doc -vv || exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user