Skip to content

Commit

Permalink
Fix install dependencies step in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shermp committed Jun 18, 2024
1 parent 524a04d commit 761b35a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Install dependencies
run: |
apt-get -y install cmake gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib
sudo apt-get update && sudo apt-get -y install cmake gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib
- name: Set PICO_SDK_PATH env variable
run: |
Expand Down

0 comments on commit 761b35a

Please sign in to comment.