From 2b1958f709d0102da319067315a6bcaeada98fda Mon Sep 17 00:00:00 2001 From: Tw93 Date: Sun, 16 Apr 2023 15:23:58 +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-cli.yaml | 6 +++--- .github/workflows/pake_build.yaml | 2 +- .github/workflows/pake_build_with_cache.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pake-cli.yaml b/.github/workflows/pake-cli.yaml index 9b3031f..18697e8 100644 --- a/.github/workflows/pake-cli.yaml +++ b/.github/workflows/pake-cli.yaml @@ -77,7 +77,7 @@ jobs: - name: Install Rust for ubuntu-20.04 if: inputs.platform == 'ubuntu-20.04' - uses: tw93/toolchain@v1 + uses: tw93/toolchain@master with: toolchain: stable profile: minimal @@ -86,7 +86,7 @@ jobs: - name: Install Rust for windows-latest if: inputs.platform == 'windows-latest' - uses: tw93/toolchain@v1 + uses: tw93/toolchain@master with: toolchain: stable-x86_64-msvc profile: minimal @@ -95,7 +95,7 @@ jobs: - name: Install Rust for macos-latest if: inputs.platform == 'macos-latest' - uses: tw93/toolchain@v1 + uses: tw93/toolchain@master with: toolchain: stable profile: minimal diff --git a/.github/workflows/pake_build.yaml b/.github/workflows/pake_build.yaml index c206e49..0f0e52c 100644 --- a/.github/workflows/pake_build.yaml +++ b/.github/workflows/pake_build.yaml @@ -37,7 +37,7 @@ jobs: node-version: 18 - name: Install Rust - uses: tw93/toolchain@v1 + uses: tw93/toolchain@master with: toolchain: ${{ matrix.rust }} profile: minimal diff --git a/.github/workflows/pake_build_with_cache.yaml b/.github/workflows/pake_build_with_cache.yaml index c3832d4..c50e2e9 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: tw93/toolchain@v1 + uses: tw93/toolchain@master with: toolchain: ${{ matrix.rust }} profile: minimal