Skip to content

Commit

Permalink
Add sudo to apt-get commands for Raspbian Build (meshtastic#5364)
Browse files Browse the repository at this point in the history
Without sudo, inadequate permissions to runs the commands meant
the build was failing.
  • Loading branch information
fifieldt committed Dec 14, 2024
1 parent 00b90ec commit adb0cdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_raspbian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
- name: Install libbluetooth
shell: bash
run: |
apt-get update -y --fix-missing
apt-get install -y libbluetooth-dev libgpiod-dev libyaml-cpp-dev openssl libssl-dev libulfius-dev liborcania-dev
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
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit adb0cdc

Please sign in to comment.