File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
.github/actions/deps/external Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 3737 - name : Install IDF tools
3838 if : inputs.port == 'espressif'
3939 run : |
40- echo "Installing ESP-IDF tools"
41- $IDF_PATH/tools/idf_tools.py --non-interactive install required
42- $IDF_PATH/tools/idf_tools.py --non-interactive install cmake
43- echo "Installing Python environment and packages"
44- $IDF_PATH/tools/idf_tools.py --non-interactive install-python-env
40+ $IDF_PATH/install.sh
4541 rm -rf $IDF_TOOLS_PATH/dist
4642 shell : bash
4743 - name : Set environment
Original file line number Diff line number Diff line change @@ -25,7 +25,8 @@ intelhex
2525pyelftools
2626
2727# for mbedtls certificate store
28- cryptography
28+ # version limit due to espressif
29+ cryptography < 36.1 ,>= 2.1.4
2930
3031# for web workflow minify
3132minify_html
You can’t perform that action at this time.
0 commit comments