Skip to content

Commit

Permalink
change(ci): Added usbtool for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
roma-jam committed Jan 17, 2025
1 parent 37995c7 commit 53059c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_and_run_esp_usb_test_apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ jobs:
- name: Clone esp-usb repository
run: |
git clone https://github.com/espressif/esp-usb.git
- name: ⚙️ Install System tools
run: |
apt update
apt install -y usbutils
- name: Install Python packages
env:
PIP_EXTRA_INDEX_URL: "https://dl.espressif.com/pypi/"
Expand Down

0 comments on commit 53059c9

Please sign in to comment.