From efa8bba6f2cb57bac0d6cbb1b30d50b09617caf6 Mon Sep 17 00:00:00 2001 From: Yezzi Hsueh Date: Fri, 27 Jun 2025 18:55:00 +0800 Subject: [PATCH] t --- .gitea/workflows/cron.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/cron.yml b/.gitea/workflows/cron.yml index c45e306..e9b4d22 100644 --- a/.gitea/workflows/cron.yml +++ b/.gitea/workflows/cron.yml @@ -29,7 +29,6 @@ jobs: ~/.cargo/git ~/.cargo/env ~/.rustup/toolchains - ~/.rustup/update-hashes - run: | if [ -e ~/.cargo/env ]; then source ~/.cargo/env @@ -38,11 +37,9 @@ jobs: - uses: dtolnay/rust-toolchain@stable with: toolchain: 1.88.0 - - uses: actions-rs/cargo@v1 - with: - command: run - - run: echo ${{ runner.workspace }} - - run: echo ${{ runner.name }} +#- uses: actions-rs/cargo@v1 +# with: +# command: run # - name: Upload Artifact # uses: christopherhx/gitea-upload-artifact@v4 # with: