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 3471137 commit 72e08e5Copy full SHA for 72e08e5
.github/workflows/build.yml
@@ -11,7 +11,9 @@ jobs:
11
with:
12
submodules: true
13
- name: Install packages
14
- run: sudo apt-get install gcc-arm-none-eabi libnewlib-arm-none-eabi
+ run: |
15
+ sudo apt-get install gcc-arm-none-eabi libnewlib-arm-none-eabi
16
+ sudo apt install cmake python3 build-essential gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib
17
- name: Build MPY Cross
18
run: make -C micropython/mpy-cross
19
- name: Submodules
0 commit comments