Skip to content

Commit 8d5f368

Browse files
committed
ci too
1 parent 99825fe commit 8d5f368

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/esp_idf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
uses: actions/checkout@v2
1313
with:
1414
submodules: 'recursive'
15-
- name: ESP-IDF v5.1.2 build esp32s3
15+
- name: ESP-IDF v5.4 build esp32s3
1616
uses: espressif/esp-idf-ci-action@v1
1717
with:
18-
esp_idf_version: v5.1.2
18+
esp_idf_version: v5.4
1919
target: esp32s3
2020
command: 'idf.py set-target esp32s3 build'

0 commit comments

Comments
 (0)