Skip to content

Commit a34c4e9

Browse files
committed
Remove duplicate installs from GitHub build workflow
1 parent 1a4ee29 commit a34c4e9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
submodules: true
2020
- name: Install packages
2121
run: |
22-
sudo apt-get install gcc-arm-none-eabi libnewlib-arm-none-eabi
2322
sudo apt install cmake python3 build-essential gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib
2423
- name: Build MPY Cross
2524
run: make -C micropython/mpy-cross

0 commit comments

Comments
 (0)