Skip to content

Commit

Permalink
Add sudo to apt-get commands for Raspbian Build (#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 authored Nov 16, 2024
1 parent 9545a10 commit 90a3050
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 90a3050

Please sign in to comment.