Skip to content

Commit b8d5aa1

Browse files
committed
ci(tinyusb): Add netifaces
1 parent 1bc5eeb commit b8d5aa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_run_idf_examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: |
6767
cd ${IDF_PATH}
6868
. ./export.sh
69-
pip install --only-binary cryptography pytest-embedded pytest-embedded-serial-esp pytest-embedded-idf pyserial pyusb python-gitlab minio idf-build-apps pytest_ignore_test_results pytest-timeout
69+
pip install --only-binary cryptography pytest-embedded pytest-embedded-serial-esp pytest-embedded-idf pyserial pyusb python-gitlab minio idf-build-apps pytest_ignore_test_results pytest-timeout netifaces
7070
- uses: actions/download-artifact@v4
7171
with:
7272
name: usb_device_tusb_apps_bin_${{ matrix.idf_ver }}

0 commit comments

Comments
 (0)