diff options
| author | Ha Thach <[email protected]> | 2023-04-06 00:39:39 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-06 00:39:39 +0700 |
| commit | 5f327dd49fea1ae2cf73e1d371a8e9e37ac1e12f (patch) | |
| tree | 2053acb89d5671d4e06ad8400f82f2b600804ab2 /.github | |
| parent | f7aa716a61db0b951c8632939f1b5d5625d2c191 (diff) | |
| parent | 4f96a1f3b2f4dd265214594450277e4851680258 (diff) | |
Merge pull request #2006 from hathach/cmake
Cmake
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 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: | |
