Skip to content

Commit

Permalink
workflows/hil.yml: Install the jq program on the docker image.
Browse files Browse the repository at this point in the history
Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
  • Loading branch information
Ouss4 committed Jun 28, 2022
1 parent 71a68a6 commit 577e88b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/hil.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ jobs:
run: |
pip install -U pip
pip install -r tests/requirements.txt
apt-get install -y -qq jq
- name: Run Tests
run: |
Expand Down

0 comments on commit 577e88b

Please sign in to comment.