Skip to content

Commit

Permalink
Ensure to install ESP-IDF toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
dshil committed Oct 28, 2024
1 parent 69423ce commit 410bbeb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/actions/esp32_build_env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,10 @@ runs:
set -xe
git clone --single-branch -b ${{ inputs.IDF_VERSION }} \
--recursive https://github.com/espressif/esp-idf.git ${{ inputs.IDF_PATH }}
cd ${{ inputs.IDF_PATH }}
./install.sh
fi
cd ${{ inputs.IDF_PATH }}
./install.sh
shell: bash

- name: Cache ccache
Expand Down

0 comments on commit 410bbeb

Please sign in to comment.