From d6fcd8d77b764d1d18667361844b32a2f61ed828 Mon Sep 17 00:00:00 2001 From: Jade Mattsson Date: Thu, 4 Apr 2024 17:16:05 +1100 Subject: [PATCH] Ignore IDF_TOOLS_PATH override in CI. It doesn't have to deal with concurrent installed idf4 + idf5 versions colliding --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d10f5d1cd..d14f29498 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: |