From 55bd0d3754aabedccb3abeff782d811e20c9ee92 Mon Sep 17 00:00:00 2001 From: lifegpc Date: Fri, 29 Jul 2022 12:11:37 +0800 Subject: [PATCH] Use nightly compiler to generate document. --- .github/workflows/github-pages.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/github-pages.yaml b/.github/workflows/github-pages.yaml index a83eaef..ab80968 100644 --- a/.github/workflows/github-pages.yaml +++ b/.github/workflows/github-pages.yaml @@ -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: |