Skip to content

Commit d15f082

Browse files
committed
chore: Update CI to build against esp-idf v5.5.1
1 parent 3329fa8 commit d15f082

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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' }}

.github/workflows/static_analysis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,5 @@ jobs:
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

0 commit comments

Comments
 (0)