From e161096e76c506eae6a4a4cb68158a0afbdc7a48 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Sun, 16 Apr 2023 15:18:12 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pake_build_with_cache.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pake_build_with_cache.yaml b/.github/workflows/pake_build_with_cache.yaml index 8d6b435..c3832d4 100644 --- a/.github/workflows/pake_build_with_cache.yaml +++ b/.github/workflows/pake_build_with_cache.yaml @@ -48,7 +48,7 @@ jobs: node-version: 18 - name: Install Rust - uses: actions-rs/toolchain@v1 + uses: tw93/toolchain@v1 with: toolchain: ${{ matrix.rust }} profile: minimal