Skip to content

Commit

Permalink
Sudo needed on github action
Browse files Browse the repository at this point in the history
  • Loading branch information
SCVready committed Oct 24, 2022
1 parent 8a5ce2d commit 1ea77fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Apt update
run: apt update
run: sudo apt update

- name: Apt install esp-idf dependencies
run: apt install -y git wget flex bison gperf python3 python3-pip python3-setuptools cmake ninja-build ccache libffi-dev libssl-dev dfu-util libusb-1.0-0
run: sudo apt install -y git wget flex bison gperf python3 python3-pip python3-setuptools cmake ninja-build ccache libffi-dev libssl-dev dfu-util libusb-1.0-0

- name: Checkout esp-idf
run: git clone -b v4.4 --recurse-submodules -j8 https://github.com/espressif/esp-idf.git
Expand Down

0 comments on commit 1ea77fb

Please sign in to comment.