File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -53,12 +53,11 @@ jobs:
5353 if : startsWith(matrix.rust, 'nightly')
5454 run : cargo check -Z features=dev_dep
5555 - name : Add rust-src
56- if : startsWith(matrix.rust, 'nightly')
56+ if : startsWith(matrix.rust, 'nightly') && startsWith(matrix.os, 'ubuntu')
5757 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
6261 - run : cargo test
6362
6463 # Copied from: https://github.com/rust-lang/stacker/pull/19/files
You can’t perform that action at this time.
0 commit comments