mirror of
https://gitee.com/openharmony/third_party_rust_log
synced 2024-11-23 07:40:08 +00:00
try just before each commannd
This commit is contained in:
parent
967b716b5e
commit
e0ec20f814
11
.github/workflows/main.yml
vendored
11
.github/workflows/main.yml
vendored
@ -72,10 +72,15 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
rustup update 1.16.0
|
rustup update 1.16.0
|
||||||
rustup default 1.16.0
|
rustup default 1.16.0
|
||||||
|
- run: |
|
||||||
cargo update -p cfg-if --precise 0.1.9
|
cargo update -p cfg-if --precise 0.1.9
|
||||||
- run: cargo build --verbose
|
cargo build --verbose
|
||||||
- run: cargo build --verbose --features serde
|
- run: |
|
||||||
- run: cargo build --verbose --features std
|
cargo update -p cfg-if --precise 0.1.9
|
||||||
|
cargo build --verbose --features serde
|
||||||
|
- run: |
|
||||||
|
cargo update -p cfg-if --precise 0.1.9
|
||||||
|
cargo build --verbose --features std
|
||||||
|
|
||||||
embedded:
|
embedded:
|
||||||
name: Embedded
|
name: Embedded
|
||||||
|
Loading…
Reference in New Issue
Block a user