fix: set 1.73.0 as default toolchain (#859)

r0.6
Meng Zhang 2023-11-22 07:04:37 +08:00 committed by GitHub
parent 99d49a9c43
commit 2b785e8b80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -92,6 +92,8 @@ jobs:
target: ${{ matrix.target }}
components: clippy
- run: rustup default ${{ matrix.toolchain }}
- name: Sccache cache
uses: mozilla-actions/sccache-action@v0.0.3
with: