Skip to content

Commit 4224f6e

Browse files
committed
ci(esp_tinyusb): Reverted idf-component-manager
1 parent f2bd24f commit 4224f6e

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
@@ -22,7 +22,7 @@ jobs:
2222
shell: bash
2323
run: |
2424
. ${IDF_PATH}/export.sh
25-
pip install idf-component-manager=1.5.2 idf-build-apps==2.4.3 --upgrade
25+
pip install idf-component-manager==1.5.2 idf-build-apps==2.4.3 --upgrade
2626
export PEDANTIC_FLAGS="-DIDF_CI_BUILD -Werror -Werror=deprecated-declarations -Werror=unused-variable -Werror=unused-but-set-variable -Werror=unused-function"
2727
export EXTRA_CFLAGS="${PEDANTIC_FLAGS} -Wstrict-prototypes"
2828
export EXTRA_CXXFLAGS="${PEDANTIC_FLAGS}"

0 commit comments

Comments
 (0)