File tree 2 files changed +2
-5
lines changed
2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 73
73
- uses : actions/checkout@v2
74
74
- name : Install Rust
75
75
run : rustup update ${{ matrix.rust }} && rustup default ${{ matrix.rust }}
76
- - name : Add targets
77
- if : matrix.rust == 'nightly'
78
- run : |
79
- rustup target add thumbv7m-none-eabi
80
- rustup target add thumbv6m-none-eabi
81
76
- name : Check features
82
77
run : ./ci/check-features.sh
83
78
Original file line number Diff line number Diff line change 19
19
cargo hack check --all --feature-powerset --no-dev-deps --exclude benchmarks
20
20
21
21
# Check for no_std environment.
22
+ rustup target add thumbv7m-none-eabi
23
+ rustup target add thumbv6m-none-eabi
22
24
cargo hack check --all --feature-powerset --no-dev-deps --exclude benchmarks --target thumbv7m-none-eabi --skip std,default
23
25
# * `--features nightly` is required for enable `cfg_target_has_atomic`.
24
26
# * `--ignore-unknown-features` - some crates doesn't have 'nightly' feature
You can’t perform that action at this time.
0 commit comments