aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-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 7d91357d1..759435d8b 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -117,6 +117,8 @@ jobs:
117 target: thumbv7m-none-eabi 117 target: thumbv7m-none-eabi
118 - package: examples/stm32f7 118 - package: examples/stm32f7
119 target: thumbv7em-none-eabihf 119 target: thumbv7em-none-eabihf
120 - package: examples/stm32u5
121 target: thumbv7em-none-eabihf
120 steps: 122 steps:
121 - uses: actions/checkout@v2 123 - uses: actions/checkout@v2
122 with: 124 with: