opt: specify rust version for nightly

This commit is contained in:
Kingtous 2022-11-04 20:27:16 +08:00
parent eec5c16876
commit bab85aba50

View File

@ -41,7 +41,7 @@ jobs:
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: "1.62"
target: ${{ matrix.job.target }}
override: true
profile: minimal # minimal component installation (ie, no documentation)