Skip to content

Commit

Permalink
ci(esp_tinyubs): Remove sudo from run
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-marcisovsky committed Oct 10, 2024
1 parent 5e77dfe commit eb301d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_run_test_app_usb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ jobs:
PIP_EXTRA_INDEX_URL: "https://dl.espressif.com/pypi/"
run: |
pip install --only-binary cryptography pytest-embedded pytest-embedded-serial-esp pytest-embedded-idf pyserial pyusb libusb
sudo apt-get install libusb-1.0-0-dev
apt-get install libusb-1.0-0-dev
- 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 }}

0 comments on commit eb301d3

Please sign in to comment.