We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 662d7a4 commit d31f6cbCopy full SHA for d31f6cb
.github/workflows/build.yml
@@ -39,6 +39,12 @@ jobs:
39
run: |
40
git clone https://github.com/arduino/ArduinoCore-API.git $MODULE_PATH/../ArduinoCore-API
41
west blobs fetch arduinocore-zephyr
42
+ apt install rustup
43
+ rustup-init -y --profile minimal --default-toolchain 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
48
49
- name: Build fade
50
0 commit comments