We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 296a9a4 commit 0107545Copy full SHA for 0107545
.github/workflows/hil.yml
@@ -89,7 +89,7 @@ jobs:
89
run: |
90
pip install -U pip
91
pip install -r tests/requirements.txt --extra-index-url https://dl.espressif.com/pypi
92
- apt update && apt install -y -qq jq
+ sudo apt update && apt install -y -qq jq
93
94
- name: Run Tests
95
env:
0 commit comments