File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -53,12 +53,11 @@ jobs:
53
53
if : startsWith(matrix.rust, 'nightly')
54
54
run : cargo check -Z features=dev_dep
55
55
- name : Add rust-src
56
- if : startsWith(matrix.rust, 'nightly')
56
+ if : startsWith(matrix.rust, 'nightly') && startsWith(matrix.os, 'ubuntu')
57
57
run : rustup component add rust-src
58
- # https://github.com/smol-rs/async-io/pull/144#issuecomment-1666927490
59
- # - name: Check selected Tier 3 targets
60
- # if: startsWith(matrix.rust, 'nightly') && matrix.os == 'ubuntu-latest'
61
- # run: cargo check -Z build-std --target=riscv32imc-esp-espidf
58
+ - name : Check ESP-IDF
59
+ if : startsWith(matrix.rust, 'nightly') && startsWith(matrix.os, 'ubuntu')
60
+ run : cargo check -Z build-std --target riscv32imc-esp-espidf
62
61
- run : cargo test
63
62
64
63
# Copied from: https://github.com/rust-lang/stacker/pull/19/files
You can’t perform that action at this time.
0 commit comments