Skip to content

Commit

Permalink
change(ci): Added libusb-1.0 backend
Browse files Browse the repository at this point in the history
  • Loading branch information
roma-jam committed Dec 20, 2024
1 parent 9c8979a commit 0ca5094
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_and_run_test_app_usb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: usb_test_app_bin_${{ matrix.idf_ver }}
- name: ⚙️ Install System tools
run: |
apt update
apt install libusb-1.0
- name: Install Python packages
env:
PIP_EXTRA_INDEX_URL: "https://dl.espressif.com/pypi/"
Expand Down

0 comments on commit 0ca5094

Please sign in to comment.