stm32: add G0 to Ci
This commit is contained in:
parent
ee841499ee
commit
da707051b0
1 changed files with 2 additions and 1 deletions
3
.github/workflows/rust.yml
vendored
3
.github/workflows/rust.yml
vendored
|
@ -92,7 +92,8 @@ jobs:
|
||||||
target: thumbv7em-none-eabihf
|
target: thumbv7em-none-eabihf
|
||||||
- package: examples/stm32f0
|
- package: examples/stm32f0
|
||||||
target: thumbv6m-none-eabi
|
target: thumbv6m-none-eabi
|
||||||
|
- package: examples/stm32g0
|
||||||
|
target: thumbv6m-none-eabi
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue