Skip to content

Commit

Permalink
sudo apt-get update
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-marcisovsky committed Oct 30, 2024
1 parent 8051a17 commit 78b6a8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_and_run_test_app_usb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ jobs:
env:
PIP_EXTRA_INDEX_URL: "https://dl.espressif.com/pypi/"
run: |
apt-get update && apt-get install libusb-1.0-0-dev -y
sudo apt-get update && apt-get install libusb-1.0-0-dev -y
pip list
pip install --prefer-binary cryptography pytest-embedded pytest-embedded-serial-esp pytest-embedded-idf pyserial pyusb libusb
- name: Run USB Test App on target
run: pytest --embedded-services esp,idf --target=${{ matrix.idf_target }} -m ${{ matrix.runner_tag }} --build-dir=build_${{ matrix.idf_target }}
Expand Down

0 comments on commit 78b6a8d

Please sign in to comment.