Use nightly compiler to generate document.

This commit is contained in:
2022-07-29 12:11:37 +08:00
committed by GitHub
parent 228c30b0db
commit 55bd0d3754

View File

@@ -43,6 +43,9 @@ 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: Get cache key
id: cache_key
run: |