Skip to content

Commit 595d3e4

Browse files
committed
ci(esp_tinyusb): Verify python script
1 parent 98e9e4d commit 595d3e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_run_idf_examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
pip install idf-component-manager==1.5.2 idf-build-apps==2.4.3 --upgrade
2626
export EXAMPLES_PATH="${IDF_PATH}/examples/peripherals/usb/device"
2727
export MANIFEST_FILE="${IDF_PATH}/examples/peripherals/.build-test-rules.yml"
28-
echo ${IDF_PATH}
29-
echo ${EXAMPLES_PATH}
3028
python .github/ci/override_managed_component.py tinyusb . ${EXAMPLES_PATH}/tusb_*
29+
idf-build-apps find --path ${EXAMPLES_PATH} --recursive --target esp32s2 --manifest-file ${MANIFEST_FILE} --build-dir build_@t_@w --work-dir @f_@t_@w
30+
idf-build-apps build --path ${EXAMPLES_PATH} --recursive --target esp32s2 --manifest-file ${MANIFEST_FILE} --build-dir build_@t_@w --work-dir @f_@t_@w
3131
- uses: actions/upload-artifact@v4
3232
with:
3333
name: usb_device_tusb_apps_bin_${{ matrix.idf_ver }}

0 commit comments

Comments
 (0)