Skip to content

Commit 15dd6ba

Browse files
committed
gen pkg
1 parent a5cbaaf commit 15dd6ba

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/rust.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,8 @@ jobs:
3434
- name: Run build
3535
run: cargo run --release --bin stm32-bindings-gen
3636
- name: Run package build
37-
run: cd build/stm32-bindings && cargo build --target=thumbv8m.main-none-eabihf
37+
run: |
38+
cd build/stm32-bindings
39+
cargo build --target=thumbv8m.main-none-eabihf
40+
cargo package
41+
ls target/package

0 commit comments

Comments
 (0)