update espressif ci
This commit is contained in:
parent
c38972b51c
commit
02da5ca22f
6
.github/actions/deps/external/action.yml
vendored
6
.github/actions/deps/external/action.yml
vendored
@ -37,11 +37,7 @@ runs:
|
||||
- name: Install IDF tools
|
||||
if: inputs.port == 'espressif'
|
||||
run: |
|
||||
echo "Installing ESP-IDF tools"
|
||||
$IDF_PATH/tools/idf_tools.py --non-interactive install required
|
||||
$IDF_PATH/tools/idf_tools.py --non-interactive install cmake
|
||||
echo "Installing Python environment and packages"
|
||||
$IDF_PATH/tools/idf_tools.py --non-interactive install-python-env
|
||||
$IDF_PATH/install.sh
|
||||
rm -rf $IDF_TOOLS_PATH/dist
|
||||
shell: bash
|
||||
- name: Set environment
|
||||
|
@ -25,7 +25,8 @@ intelhex
|
||||
pyelftools
|
||||
|
||||
# for mbedtls certificate store
|
||||
cryptography
|
||||
# version limit due to espressif
|
||||
cryptography<36.1,>=2.1.4
|
||||
|
||||
# for web workflow minify
|
||||
minify_html
|
||||
|
Loading…
Reference in New Issue
Block a user