Skip to content

Commit

Permalink
ci: update esp-idf in GH action to be 5.1 instead of 5.0 (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
finger563 authored Dec 4, 2023
1 parent 46521df commit e2d5c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,6 @@ jobs:
- name: Build Examples
uses: espressif/esp-idf-ci-action@v1
with:
esp_idf_version: release-v5.0
esp_idf_version: release-v5.1
target: ${{ matrix.test.target }}
path: ${{ matrix.test.path }}

0 comments on commit e2d5c8f

Please sign in to comment.