Skip to content

Commit

Permalink
add jq installation to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan-crypto committed Jan 22, 2024
1 parent 9716179 commit 1393832
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
evcxr_jupyter --install
- name: Install GNU Time
run: sudo apt-get update && sudo apt-get install -y time
- name: Install jq
run: sudo apt-get update && sudo apt-get install -y jq
- name: Download and Install EZKL Binary
run: |
curl -L -o ezkl.tar.gz https://github.com/zkonduit/ezkl/releases/download/v7.1.4/build-artifacts.ezkl-linux-gnu.tar.gz
Expand Down

0 comments on commit 1393832

Please sign in to comment.