We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 142832e commit a5eab7bCopy full SHA for a5eab7b
1 file changed
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v6
13
- uses: rust-lang/crates-io-auth-action@v1
14
id: auth
15
- - run: rustup toolchain install stable --no-self-update --profile minimal
+ - run: rustup toolchain install stable --no-self-update --profile minimal --target thumbv7em-none-eabihf
16
- run: cargo publish --package=imxrt-usbd --target=thumbv7em-none-eabihf --features=imxrt-ral/imxrt1011
17
env:
18
CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}
0 commit comments