From 86967387150e1edfc65a0b73d93703485c6c36bd Mon Sep 17 00:00:00 2001 From: Ivan Li Date: Sun, 21 May 2023 16:27:41 +0800 Subject: [PATCH] ci: use github as 'action-rs/toolchain' source. --- .gitea/workflows/built-bin.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/built-bin.yaml b/.gitea/workflows/built-bin.yaml index 9c2b72c..94c2938 100644 --- a/.gitea/workflows/built-bin.yaml +++ b/.gitea/workflows/built-bin.yaml @@ -10,7 +10,7 @@ jobs: uses: actions/checkout@v3 - name: Install Rust - uses: actions-rs/toolchain@v1 + uses: https://github.com/actions-rs/toolchain@v1 with: toolchain: stable override: true