Skip to content

Commit

Permalink
CI: fix ESP32 CI issue
Browse files Browse the repository at this point in the history
ensure apt db is up to date before first install
  • Loading branch information
tridge committed Feb 25, 2024
1 parent fc1c30b commit 8118e17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/esp32_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ jobs:
- name: Install Prerequisites
shell: bash
run: |
sudo apt-get update
sudo apt-get install git wget libncurses-dev flex bison gperf python3 python3-pip python3-venv python3-setuptools python3-serial python3-gevent python3-cryptography python3-future python3-pyparsing python3-pyelftools cmake ninja-build ccache libffi-dev libssl-dev dfu-util libusb-1.0-0
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 10
update-alternatives --query python
Expand Down

0 comments on commit 8118e17

Please sign in to comment.