Skip to content

Commit 72e08e5

Browse files
authored
Update build.yml
1 parent 3471137 commit 72e08e5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ jobs:
1111
with:
1212
submodules: true
1313
- name: Install packages
14-
run: sudo apt-get install gcc-arm-none-eabi libnewlib-arm-none-eabi
14+
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
1517
- name: Build MPY Cross
1618
run: make -C micropython/mpy-cross
1719
- name: Submodules

0 commit comments

Comments
 (0)