Skip to content

Commit 4516e4e

Browse files
committed
ci: Re-enable ESP-IDF check
1 parent 80deb29 commit 4516e4e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/ci.yml

+4-5
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)