ci: use our cargo setup instead of actions-rs/toolchain (#28923)

This commit is contained in:
Yihau Chen 2022-11-23 00:24:49 +08:00 committed by GitHub
parent 08e017b5ba
commit ff2dd1e261
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -28,9 +28,9 @@ jobs:
fetch-depth: 0
- name: Setup Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
shell: bash
run: |
source ci/rust-version.sh stable
# copy the newest version env.sh before switching version.
- name: Copy Env Script