Add to GHA.
This commit is contained in:
parent
cf3c021c37
commit
a407558e3f
1 changed files with 2 additions and 0 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -80,6 +80,8 @@ jobs:
|
||||||
features: stm32l053r8,defmt
|
features: stm32l053r8,defmt
|
||||||
- package: examples/stm32f4
|
- package: examples/stm32f4
|
||||||
target: thumbv7em-none-eabi
|
target: thumbv7em-none-eabi
|
||||||
|
- package: examples/stm32l4
|
||||||
|
target: thumbv7em-none-eabi
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in a new issue