Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f86a047

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 ba08842 commit f86a047

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)

AltStyle によって変換されたページ (->オリジナル) /