Skip to content

Commit ae252b5

Browse files
committed
fix: hyperfine bin
1 parent 6c5ab82 commit ae252b5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/benchmark.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ jobs:
6060
uses: actions/setup-node@v2
6161
with:
6262
node-version: '22'
63+
- name: Install System Dependencies
64+
run: |
65+
sudo apt-get update
66+
sudo apt-get install -y jq hyperfine
6367
- name: Restore Bins
6468
uses: actions/cache/restore@v4
6569
with:
@@ -90,6 +94,10 @@ jobs:
9094
uses: actions/setup-node@v2
9195
with:
9296
node-version: '22'
97+
- name: Install System Dependencies
98+
run: |
99+
sudo apt-get update
100+
sudo apt-get install -y jq hyperfine
93101
- name: Restore Bins
94102
uses: actions/cache/restore@v4
95103
with:

0 commit comments

Comments
 (0)