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: |