Skip to content

Commit

Permalink
add install jq
Browse files Browse the repository at this point in the history
  • Loading branch information
Karim committed Oct 2, 2024
1 parent e7d68d3 commit 9cfd959
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/taiko-client--docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ jobs:
needs:
- build
steps:
- name: Prepare Environment
run: sudo apt-get update && sudo apt-get install -y jq

- name: Download digests
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 9cfd959

Please sign in to comment.