We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c38972b commit 02da5caCopy full SHA for 02da5ca
2 files changed
.github/actions/deps/external/action.yml
@@ -37,11 +37,7 @@ runs:
37
- name: Install IDF tools
38
if: inputs.port == 'espressif'
39
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
+ $IDF_PATH/install.sh
45
rm -rf $IDF_TOOLS_PATH/dist
46
shell: bash
47
- name: Set environment
requirements-dev.txt
@@ -25,7 +25,8 @@ intelhex
25
pyelftools
26
27
# for mbedtls certificate store
28
-cryptography
+# version limit due to espressif
29
+cryptography<36.1,>=2.1.4
30
31
# for web workflow minify
32
minify_html
0 commit comments