diff options
| author | Ha Thach <[email protected]> | 2024-02-02 13:46:25 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-02-02 13:46:25 +0700 |
| commit | f918406a12cabbc66a6c297b2fd27f8eda357fcd (patch) | |
| tree | 9f2199f36f94be21e82e05f18cf18b64149441c8 /.github | |
| parent | c151da64550f9ac50dd7d086e0b056dab15dc6ad (diff) | |
| parent | 7ab39cda5f61aa593004db326989e3750e10f191 (diff) | |
Merge pull request #2454 from hathach/fix-esp-build
Fix esp build
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' |
