Skip to content

Commit 31c84e6

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 31c84e6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

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

0 commit comments

Comments
 (0)