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 1a4ee29 commit a34c4e9Copy full SHA for a34c4e9
.github/workflows/build.yml
@@ -19,7 +19,6 @@ jobs:
19
submodules: true
20
- name: Install packages
21
run: |
22
- sudo apt-get install gcc-arm-none-eabi libnewlib-arm-none-eabi
23
sudo apt install cmake python3 build-essential gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib
24
- name: Build MPY Cross
25
run: make -C micropython/mpy-cross
0 commit comments