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 a5cbaaf commit 15dd6baCopy full SHA for 15dd6ba
.github/workflows/rust.yml
@@ -34,4 +34,8 @@ jobs:
34
- name: Run build
35
run: cargo run --release --bin stm32-bindings-gen
36
- name: Run package build
37
- run: cd build/stm32-bindings && cargo build --target=thumbv8m.main-none-eabihf
+ run: |
38
+ cd build/stm32-bindings
39
+ cargo build --target=thumbv8m.main-none-eabihf
40
+ cargo package
41
+ ls target/package
0 commit comments