Skip to content

Commit a5eab7b

Browse files
committed
Install target for build
1 parent 142832e commit a5eab7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v6
1313
- uses: rust-lang/crates-io-auth-action@v1
1414
id: auth
15-
- run: rustup toolchain install stable --no-self-update --profile minimal
15+
- run: rustup toolchain install stable --no-self-update --profile minimal --target thumbv7em-none-eabihf
1616
- run: cargo publish --package=imxrt-usbd --target=thumbv7em-none-eabihf --features=imxrt-ral/imxrt1011
1717
env:
1818
CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}

0 commit comments

Comments
 (0)