Skip to content

Commit 140e53b

Browse files
committed
CI: Prepare Rust modules
Adding Rust architecture modules for ensure compilation. Signed-off-by: TOKITA Hiroshi <[email protected]>
1 parent 662d7a4 commit 140e53b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ jobs:
3939
run: |
4040
git clone https://github.com/arduino/ArduinoCore-API.git $MODULE_PATH/../ArduinoCore-API
4141
west blobs fetch arduinocore-zephyr
42+
rustup target add thumbv6m-none-eabi
43+
rustup target add thumbv7em-none-eabihf
44+
rustup target add thumbv7em-none-eabi
45+
rustup target add thumbv7m-none-eabi
4246
4347
- name: Build fade
4448
run: |

0 commit comments

Comments
 (0)