diff options
| author | hathach <[email protected]> | 2024-02-02 13:08:42 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-02-02 13:08:42 +0700 |
| commit | d1f77e08ac582194578d9587a47201b7d29e0b29 (patch) | |
| tree | 365747771d61b7793bf5787d995df71e45e63b28 /.github | |
| parent | c151da64550f9ac50dd7d086e0b056dab15dc6ad (diff) | |
build esp32 ci with v5.1
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build_esp.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_esp.yml b/.github/workflows/build_esp.yml index 315df255e..8fbdb31ff 100644 --- a/.github/workflows/build_esp.yml +++ b/.github/workflows/build_esp.yml @@ -48,7 +48,7 @@ jobs: uses: actions/checkout@v4 - name: Build - run: docker run --rm -v $PWD:/project -w /project espressif/idf:latest python3 tools/build_esp32.py ${{ matrix.board }} + run: docker run --rm -v $PWD:/project -w /project espressif/idf:v5.1.1 python3 tools/build_esp32.py ${{ matrix.board }} - name: Upload Artifacts for Hardware Testing if: matrix.board == 'espressif_s3_devkitc' && github.repository_owner == 'hathach' |
