Skip to content

Commit c39932e

Browse files
committed
ci(tinyusb): Change folder of yml
1 parent 677d007 commit c39932e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build_and_run_esp_usb_test_apps.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
container: espressif/idf:${{ matrix.idf_ver }}
1919
env:
2020
ESP_USB_MANIFEST: ./esp-usb/.build-test-rules.yml
21-
ESP_USB_TEST_APPS: ./esp-usb/device/esp_tinyusb/test_apps
21+
ESP_USB_TINYUSB: ./esp-usb/device/esp_tinyusb
2222
steps:
2323
- uses: actions/checkout@v4
2424
with:
@@ -35,9 +35,9 @@ jobs:
3535
export PEDANTIC_FLAGS="-DIDF_CI_BUILD -Werror -Werror=deprecated-declarations -Werror=unused-variable -Werror=unused-but-set-variable -Werror=unused-function"
3636
export EXTRA_CFLAGS="${PEDANTIC_FLAGS} -Wstrict-prototypes"
3737
export EXTRA_CXXFLAGS="${PEDANTIC_FLAGS}"
38-
python .github/ci/override_managed_component.py tinyusb . ${{ env.ESP_USB_TEST_APPS }}/*
39-
idf-build-apps find --path ${{ env.ESP_USB_TEST_APPS }}/ --recursive --target esp32s2 --manifest-file ${{ env.ESP_USB_MANIFEST }}
40-
idf-build-apps build --path ${{ env.ESP_USB_TEST_APPS }}/ --recursive --target esp32s2 --manifest-file ${{ env.ESP_USB_MANIFEST }}
38+
python .github/ci/override_managed_component.py tinyusb . ${{ env.ESP_USB_TINYUSB }}/*
39+
idf-build-apps find --path ${{ env.ESP_USB_TINYUSB }}/ --recursive --target esp32s2 --manifest-file ${{ env.ESP_USB_MANIFEST }}
40+
idf-build-apps build --path ${{ env.ESP_USB_TINYUSB }}/ --recursive --target esp32s2 --manifest-file ${{ env.ESP_USB_MANIFEST }}
4141
- uses: actions/upload-artifact@v4
4242
with:
4343
name: usb_test_app_bin_${{ matrix.idf_ver }}

0 commit comments

Comments
 (0)