Skip to content

Commit c0b435a

Browse files
committed
use release-v5.4 instead of v5.4
1 parent acc15bb commit c0b435a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
- name: Build Examples
1515
uses: espressif/esp-idf-ci-action@v1
1616
with:
17-
esp_idf_version: v5.4
17+
esp_idf_version: release-v5.4
1818
target: esp32s3
1919
path: '.'

.github/workflows/package_main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Build Main Code
2424
uses: espressif/esp-idf-ci-action@v1
2525
with:
26-
esp_idf_version: v5.4
26+
esp_idf_version: release-v5.4
2727
target: esp32s3
2828
path: '.'
2929
command: 'idf.py build'

0 commit comments

Comments
 (0)