Skip to content

Commit 831eab6

Browse files
committed
sudo both apt commands
1 parent 0107545 commit 831eab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hil.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
run: |
9090
pip install -U pip
9191
pip install -r tests/requirements.txt --extra-index-url https://dl.espressif.com/pypi
92-
sudo apt update && apt install -y -qq jq
92+
sudo apt update && sudo apt install -y -qq jq
9393
9494
- name: Run Tests
9595
env:

0 commit comments

Comments
 (0)