Skip to content

Commit

Permalink
Ignore IDF_TOOLS_PATH override in CI.
Browse files Browse the repository at this point in the history
It doesn't have to deal with concurrent installed idf4 + idf5 versions colliding
  • Loading branch information
jmattsson committed Apr 4, 2024
1 parent b0a0959 commit d6fcd8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
shell: bash
- name: Build firmware
run: |
make IDF_TARGET=${{ matrix.target }}
make IDF_TOOLS_PATH=~/.espressif IDF_TARGET=${{ matrix.target }}
shell: bash
- name: Get Lua build options
run: |
Expand Down

0 comments on commit d6fcd8d

Please sign in to comment.