fix CI, change rust 1.62 -> stable

This commit is contained in:
rustdesk 2023-03-10 15:37:48 +08:00
parent a6deacb92b
commit 3879662896

View File

@ -62,7 +62,7 @@ jobs:
- name: Install Rust toolchain - name: Install Rust toolchain
uses: actions-rs/toolchain@v1 uses: actions-rs/toolchain@v1
with: with:
toolchain: "1.62" toolchain: stable
target: ${{ matrix.job.target }} target: ${{ matrix.job.target }}
override: true override: true
components: rustfmt components: rustfmt