Disable nightly compiler

This commit is contained in:
2025-07-19 22:43:07 +08:00
parent 88bf83802d
commit 1e67858b49

View File

@@ -50,9 +50,6 @@ jobs:
with:
fetch-depth: 0
submodules: true
- name: Setup latest rust compiler (Nightly)
run: |
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly -y
- name: Document
run: |
cargo doc -vv || exit 1