mirror of
https://github.com/openharmony/third_party_rust_mio.git
synced 2026-06-30 20:58:01 -04:00
Switch to nightly compiler for MinimalVersions
Required due to the use of -Zminimal-versions.
This commit is contained in:
@@ -41,7 +41,7 @@ jobs:
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
profile: minimal
|
||||
toolchain: stable
|
||||
toolchain: nightly
|
||||
override: true
|
||||
- name: Install minimal verions
|
||||
run: cargo update -Zminimal-versions
|
||||
|
||||
Reference in New Issue
Block a user