We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2bd24f commit 4224f6eCopy full SHA for 4224f6e
.github/workflows/build_and_run_idf_examples.yml
@@ -22,7 +22,7 @@ jobs:
22
shell: bash
23
run: |
24
. ${IDF_PATH}/export.sh
25
- pip install idf-component-manager=1.5.2 idf-build-apps==2.4.3 --upgrade
+ pip install idf-component-manager==1.5.2 idf-build-apps==2.4.3 --upgrade
26
export PEDANTIC_FLAGS="-DIDF_CI_BUILD -Werror -Werror=deprecated-declarations -Werror=unused-variable -Werror=unused-but-set-variable -Werror=unused-function"
27
export EXTRA_CFLAGS="${PEDANTIC_FLAGS} -Wstrict-prototypes"
28
export EXTRA_CXXFLAGS="${PEDANTIC_FLAGS}"
0 commit comments