Skip to content

Commit

Permalink
Typo fix in build_raspbian.yml (meshtastic#5365)
Browse files Browse the repository at this point in the history
s/sudp/sudo :(:(:(
  • Loading branch information
fifieldt committed Dec 14, 2024
1 parent adb0cdc commit 1969c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_raspbian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
shell: bash
run: |
sudo apt-get update -y --fix-missing
sudp apt-get install -y libbluetooth-dev libgpiod-dev libyaml-cpp-dev openssl libssl-dev libulfius-dev liborcania-dev
sudo apt-get install -y libbluetooth-dev libgpiod-dev libyaml-cpp-dev openssl libssl-dev libulfius-dev liborcania-dev
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 1969c5e

Please sign in to comment.