Skip to content

Commit

Permalink
ci(tinyusb): Revert the idf-build-apps cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
roma-jam committed Nov 27, 2024
1 parent fcdad8c commit 40a9bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_idf_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
shell: bash
run: |
. ${IDF_PATH}/export.sh
pip install idf-build-apps==2.4.3 --upgrade
pip install idf-component-manager==1.5.2 idf-build-apps --upgrade
python .github/ci/override_managed_component.py tinyusb . ${IDF_PATH}/examples/peripherals/usb/device/tusb_*
cd ${IDF_PATH}
idf-build-apps find --path examples/peripherals/usb/device/ --recursive --target esp32s2 --manifest-file examples/peripherals/.build-test-rules.yml
Expand Down

0 comments on commit 40a9bab

Please sign in to comment.