Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LasseRosenow committed Oct 28, 2024
1 parent ea177f5 commit 31836fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/riot/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ runs:
- name: Dependencies
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends git gcc-arm-none-eabi make \
sudo apt-get install -y --no-install-recommends git gcc-arm-none-eabi make \
gcc-multilib libstdc++-arm-none-eabi-newlib openocd gdb-multiarch \
doxygen wget unzip python3-serial
shell: bash
Expand Down

0 comments on commit 31836fd

Please sign in to comment.