🐛 更新版本

This commit is contained in:
Tw93
2023-04-16 15:23:58 +08:00
parent 9030325872
commit 2b1958f709
3 changed files with 5 additions and 5 deletions

View File

@@ -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