diff options
| author | hathach <[email protected]> | 2023-04-03 17:44:05 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-04-03 17:44:05 +0700 |
| commit | 5ef260d5fceeef49c8d1eb08fe39a12712b1ae53 (patch) | |
| tree | ee6ac3165de956cf284202bcdfc34844e3baf43a /.github/workflows | |
| parent | 1911c613c7f66d13bf22a1252144cadae1264533 (diff) | |
fix build for esp32
Diffstat (limited to '.github/workflows')
| -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 dbc51a60f..0a6815ea2 100644 --- a/.github/workflows/build_esp.yml +++ b/.github/workflows/build_esp.yml @@ -54,7 +54,7 @@ jobs: path: linkermap - name: Build - run: docker run --rm -v $PWD:/project -w /project espressif/idf:latest python3 tools/build_esp32sx.py ${{ matrix.board }} + run: docker run --rm -v $PWD:/project -w /project espressif/idf:latest python3 tools/build_esp32.py ${{ matrix.board }} - name: Linker Map run: | |
