Skip to content

Commit d1f77e0

Browse files
committed
build esp32 ci with v5.1
1 parent c151da6 commit d1f77e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_esp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: actions/checkout@v4
4949

5050
- name: Build
51-
run: docker run --rm -v $PWD:/project -w /project espressif/idf:latest python3 tools/build_esp32.py ${{ matrix.board }}
51+
run: docker run --rm -v $PWD:/project -w /project espressif/idf:v5.1.1 python3 tools/build_esp32.py ${{ matrix.board }}
5252

5353
- name: Upload Artifacts for Hardware Testing
5454
if: matrix.board == 'espressif_s3_devkitc' && github.repository_owner == 'hathach'

0 commit comments

Comments
 (0)