Skip to content

Commit 9651dcf

Browse files
committed
CI: Prepare Rust modules
Adding Rust architecture modules for ensure compilation. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
1 parent 92e6941 commit 9651dcf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ jobs:
3939
run: |
4040
git clone https://github.com/arduino/ArduinoCore-API.git $MODULE_PATH/../ArduinoCore-API
4141
cp -rfp $MODULE_PATH/../ArduinoCore-API/api $MODULE_PATH/cores/arduino/
42+
apt install rustup
43+
rustup default stable
44+
rustup target add thumbv6m-none-eabi
45+
rustup target add thumbv7em-none-eabihf
46+
rustup target add thumbv7em-none-eabi
47+
rustup target add thumbv7m-none-eabi
4248
4349
- name: Build fade
4450
run: |

0 commit comments

Comments
 (0)