Skip to content

Commit 339f292

Browse files
author
Greg Smith
committed
Changed CI workflow to use ESP-IDF 5.4.1.
1 parent 4077ced commit 339f292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
uses: espressif/esp-idf-ci-action@v1
7575
with:
7676
path: 'source'
77-
# esp_idf_version: v5 # optional, default is latest
77+
esp_idf_version: v5.4.1 # optional, default is latest
7878
target: esp32s3 # optional, default is esp32
7979
extra_docker_args: "-v ./.ccache:/root/.ccache -e CCACHE_DIR=/root/.ccache -e SDKCONFIG_DEFAULTS"
8080
command: "idf.py build"

0 commit comments

Comments
 (0)