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
|
- name: Install IDF tools
|
||||||
if: inputs.port == 'espressif'
|
if: inputs.port == 'espressif'
|
||||||
run: |
|
run: |
|
||||||
echo "Installing ESP-IDF tools"
|
$IDF_PATH/install.sh
|
||||||
$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
|
|
||||||
rm -rf $IDF_TOOLS_PATH/dist
|
rm -rf $IDF_TOOLS_PATH/dist
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Set environment
|
- name: Set environment
|
||||||
|
@ -25,7 +25,8 @@ intelhex
|
|||||||
pyelftools
|
pyelftools
|
||||||
|
|
||||||
# for mbedtls certificate store
|
# for mbedtls certificate store
|
||||||
cryptography
|
# version limit due to espressif
|
||||||
|
cryptography<36.1,>=2.1.4
|
||||||
|
|
||||||
# for web workflow minify
|
# for web workflow minify
|
||||||
minify_html
|
minify_html
|
||||||
|
Loading…
Reference in New Issue
Block a user