Skip to content

Commit 4571af7

Browse files
Fix ESP-IDF version format to v6.0 for GitHub Actions
The action expects version tags without the 'release/' prefix.
1 parent 0b8323b commit 4571af7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-esp32.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Build ${{ matrix.board.display_name }}
3737
uses: espressif/esp-idf-ci-action@v1
3838
with:
39-
esp_idf_version: release/v6.0
39+
esp_idf_version: v6.0
4040
target: esp32s3
4141
path: esp
4242
command: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
- name: Build ${{ matrix.board.display_name }}
175175
uses: espressif/esp-idf-ci-action@v1
176176
with:
177-
esp_idf_version: release/v6.0
177+
esp_idf_version: v6.0
178178
target: esp32s3
179179
path: esp
180180
command: |

0 commit comments

Comments
 (0)