From a64020697982b44e4fda0c18a5e1eaa0157ff7cd Mon Sep 17 00:00:00 2001 From: chenwj Date: Wed, 21 Aug 2024 16:10:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=94=B9gitea=20action=20?= =?UTF-8?q?=E7=9A=84=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 49ca108..f46106b 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -8,5 +8,5 @@ jobs: runs-on: ubuntu-latest steps: - uses: https://gitea.com/actions/checkout@v4 - - uses: actions-rust-lang/setup-rust-toolchain@v1 + - uses: https://git.airpig.cn/actions/setup-rust-toolchain@v1 - run: cargo check \ No newline at end of file