File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ jobs:
219219 - name : Build Examples
220220 uses : espressif/esp-idf-ci-action@v1
221221 with :
222- esp_idf_version : release- v5.4
222+ esp_idf_version : v5.5.1
223223 target : ${{ matrix.test.target }}
224224 path : ${{ matrix.test.path }}
225225 command : ${{ matrix.test.command || 'idf.py build' }}
Original file line number Diff line number Diff line change 2323 # Do not build the project and do not use cmake to generate compile_commands.json
2424 use_cmake : false
2525
26- # Use the 5.4 release version since it's what we build with
27- esp_idf_version : release/v5.4
28-
2926 # (Optional) cppcheck args
3027 cppcheck_args : -i$GITHUB_WORKSPACE/lib -i$GITHUB_WORKSPACE/components/state_machine/example/main -i$GITHUB_WORKSPACE/components/hid-rp/include/hid --check-level=exhaustive --force --enable=all --inline-suppr --inconclusive --platform=mips32 --suppressions-list=$GITHUB_WORKSPACE/suppressions.txt
You can’t perform that action at this time.
0 commit comments