fix build for esp32

This commit is contained in:
hathach
2023-04-03 17:44:05 +07:00
parent 1911c613c7
commit 5ef260d5fc
13 changed files with 15 additions and 9 deletions

View File

@@ -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: |