Skip to content

Commit 758f438

Browse files
committed
Install the correct no_std target in CI
1 parent 5f0bd98 commit 758f438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
steps:
7777
- name: Checkout repository
7878
uses: actions/checkout@v2
79-
- run: rustup target add thumbv6m-none-eabi
79+
- run: rustup target add thumbv7em-none-eabihf
8080
- run: cargo check --all-targets --no-default-features
8181
- run: cargo check --lib --target thumbv7em-none-eabihf --no-default-features -F use-rstar_0_9,serde
8282
- run: cargo test --all-features

0 commit comments

Comments
 (0)