Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
erlingrj committed Oct 25, 2024
1 parent 7c75d4f commit abbf287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/pico/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ runs:
- name: Install packages
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends git cmake tar buil-essentials \
sudo apt-get install -y --no-install-recommends git cmake tar build-essentials \
gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib
shell: bash
- name: Install pico-sdk
Expand Down

0 comments on commit abbf287

Please sign in to comment.