From f0062238399e5014b87cab05e6cab71be6d8a62e Mon Sep 17 00:00:00 2001 From: Yezzi Hsueh Date: Thu, 22 Feb 2024 22:30:51 +0800 Subject: [PATCH] chore: setup rust --- .gitea/workflows/cron.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.gitea/workflows/cron.yml b/.gitea/workflows/cron.yml index 1c0990b..bb698d8 100644 --- a/.gitea/workflows/cron.yml +++ b/.gitea/workflows/cron.yml @@ -9,15 +9,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - name: Cache Creates - uses: actions/cache@v3 - env: - cache-name: cache-create - with: - key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/Cargo.toml') }} - path: ~/.cargo - - name: Setup Cargo - uses: actions-rs/toolchain@v1 + - name: Setup Rust + uses: actions-rust-lang/setup-rust-toolchain@v1 with: toolchain: stable - name: Create Script