diff options
| author | hathach <[email protected]> | 2024-04-24 16:17:33 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-04-24 16:17:33 +0700 |
| commit | b67cb26e51c7f31db0cf71c6c1ce5430bbbbb7f5 (patch) | |
| tree | d0564614430496e537574881b516ad589e201a4a /.github/workflows/build_esp.yml | |
| parent | eaec0fb13998ab642bd63981e8d0686fab0b347c (diff) | |
change hil board s3 devkitm (devkitc seems to have usb issue with cp2104)
Diffstat (limited to '.github/workflows/build_esp.yml')
| -rw-r--r-- | .github/workflows/build_esp.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build_esp.yml b/.github/workflows/build_esp.yml index d283c6535..4108a58a5 100644 --- a/.github/workflows/build_esp.yml +++ b/.github/workflows/build_esp.yml @@ -34,7 +34,7 @@ jobs: # ESP32-S2 - 'espressif_kaluga_1' # ESP32-S3 - - 'espressif_s3_devkitc' + - 'espressif_s3_devkitm' steps: - name: Setup Python uses: actions/setup-python@v5 @@ -51,7 +51,7 @@ jobs: 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' + if: matrix.board == 'espressif_s3_devkitm' && github.repository_owner == 'hathach' uses: actions/upload-artifact@v4 with: name: ${{ matrix.board }} @@ -75,7 +75,7 @@ jobs: fail-fast: false matrix: board: - - 'espressif_s3_devkitc' + - 'espressif_s3_devkitm' steps: - name: Clean workspace run: | |
