From e188b9c76e0163bf8cbdeca1a89c86a284f9cbde Mon Sep 17 00:00:00 2001 From: Yezzi Hsueh Date: Fri, 27 Jun 2025 19:00:51 +0800 Subject: [PATCH] r --- .gitea/workflows/cron.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/cron.yml b/.gitea/workflows/cron.yml index e9b4d22..901e5f9 100644 --- a/.gitea/workflows/cron.yml +++ b/.gitea/workflows/cron.yml @@ -21,13 +21,11 @@ jobs: ${{ env.prefix-key }}-${{ runner.arch }} ${{ env.prefix-key }}- path: | - target ~/.cargo/bin ~/.cargo/.crates.toml ~/.cargo/.crates2.json ~/.cargo/registry ~/.cargo/git - ~/.cargo/env ~/.rustup/toolchains - run: | if [ -e ~/.cargo/env ]; then @@ -37,9 +35,9 @@ jobs: - uses: dtolnay/rust-toolchain@stable with: toolchain: 1.88.0 -#- uses: actions-rs/cargo@v1 -# with: -# command: run +# - uses: actions-rs/cargo@v1 +# with: +# command: run # - name: Upload Artifact # uses: christopherhx/gitea-upload-artifact@v4 # with: