Skip to content

Commit

Permalink
🐛 更新版本
Browse files Browse the repository at this point in the history
  • Loading branch information
tw93 committed Apr 16, 2023
1 parent 8de0ddb commit 29538e7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pake-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pake_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pake_build_with_cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 29538e7

Please sign in to comment.