Skip to content

Commit

Permalink
more fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed May 10, 2024
1 parent a794ec0 commit 0fbed00
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/hil_test.yml
Expand Up @@ -63,21 +63,21 @@ jobs:
with:
toolchain: 'arm-gcc'

- name: Get Dependencies
uses: ./.github/actions/get_deps
with:
arg: env.BOARD_LIST

- name: Build
run: python tools/build.py $BOARD_LIST

- name: Setup ESP-IDF
if: env.BOARD_ESP_LIST != ''
uses: ./.github/actions/setup_toolchain
with:
toolchain: 'esp-idf'
toolchain_url: 'v5.1.1'

- name: Get Dependencies
uses: ./.github/actions/get_deps
with:
arg: ${{ env.BOARD_LIST }}

- name: Build
run: python tools/build.py $BOARD_LIST

- name: Build Espressif
if: env.BOARD_ESP_LIST != ''
run: docker run --rm -v $PWD:/project -w /project espressif/idf:v5.1.1 python3 tools/build.py $BOARD_ESP
Expand Down

0 comments on commit 0fbed00

Please sign in to comment.