From 19a8a60b21b5847d7cd0f32d207c2d73a0d3377f Mon Sep 17 00:00:00 2001 From: Roman Leonov Date: Fri, 6 Dec 2024 16:46:07 +0100 Subject: [PATCH] ci(tinyusb): Try to build vendor test app --- .github/workflows/build_and_run_esp_usb_test_apps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_run_esp_usb_test_apps.yml b/.github/workflows/build_and_run_esp_usb_test_apps.yml index ea0608c8b9..43cca1f81c 100644 --- a/.github/workflows/build_and_run_esp_usb_test_apps.yml +++ b/.github/workflows/build_and_run_esp_usb_test_apps.yml @@ -35,7 +35,7 @@ jobs: export PEDANTIC_FLAGS="-DIDF_CI_BUILD -Werror -Werror=deprecated-declarations -Werror=unused-variable -Werror=unused-but-set-variable -Werror=unused-function" export EXTRA_CFLAGS="${PEDANTIC_FLAGS} -Wstrict-prototypes" export EXTRA_CXXFLAGS="${PEDANTIC_FLAGS}" - python .github/ci/override_managed_component.py tinyusb . ${{ env.ESP_TINYUSB }}/test_apps/* + python .github/ci/override_managed_component.py tinyusb . ${{ env.ESP_TINYUSB }}/test_apps/*/ idf-build-apps find --path ${{ env.ESP_TINYUSB }}/ --recursive --target esp32s2 --manifest-file ${{ env.ESP_USB_MANIFEST }} idf-build-apps build --path ${{ env.ESP_TINYUSB }}/ --recursive --target esp32s2 --manifest-file ${{ env.ESP_USB_MANIFEST }} - uses: actions/upload-artifact@v4