From 1e67858b498cb196d3124f6a8efea27cf3ab1099 Mon Sep 17 00:00:00 2001 From: lifegpc Date: Sat, 19 Jul 2025 22:43:07 +0800 Subject: [PATCH] Disable nightly compiler --- .github/workflows/github-pages.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 766f3e9..bf38d1e 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -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