We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 869e9f6 commit b881824Copy full SHA for b881824
.github/workflows/rust.yml
@@ -36,9 +36,10 @@ jobs:
36
- name: Run package build
37
run: |
38
cd build/stm32-bindings
39
- cargo fix --lib -p stm32-bindings --target=thumbv8m.main-none-eabihf --allow-no-vcs
40
- cargo build --target=thumbv8m.main-none-eabihf
41
- cargo package --target=thumbv8m.main-none-eabihf
+ export CARGO_BUILD_TARGET=thumbv8m.main-none-eabihf
+ cargo fix --lib -p stm32-bindings --allow-no-vcs
+ cargo build
42
+ cargo package
43
ls target/package
44
- name: Upload package build
45
uses: actions/upload-artifact@v4
0 commit comments