update espressif ci

This commit is contained in:
MicroDev 2023-03-02 15:42:45 +05:30 committed by Scott Shawcroft
parent c38972b51c
commit 02da5ca22f
No known key found for this signature in database
GPG Key ID: 0DFD512649C052DA
2 changed files with 3 additions and 6 deletions

View File

@ -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

View File

@ -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