aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/rust.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 8807114ba..0585b6d3d 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -86,6 +86,8 @@ jobs:
86 target: thumbv7em-none-eabi 86 target: thumbv7em-none-eabi
87 - package: examples/stm32l0 87 - package: examples/stm32l0
88 target: thumbv6m-none-eabi 88 target: thumbv6m-none-eabi
89 - package: examples/stm32wb55
90 target: thumbv7em-none-eabihf
89 91
90 steps: 92 steps:
91 - uses: actions/checkout@v2 93 - uses: actions/checkout@v2