Skip to content

Commit edfbd99

Browse files
committed
fix: ensure vlt is installed prior to generating charts
1 parent 25780b5 commit edfbd99

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/benchmark.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ jobs:
8080
with:
8181
path: results
8282
pattern: results-*
83+
- name: Install vlt
84+
run: |
85+
npm install -g vlt@latest
8386
- name: Process Results
8487
run: |
8588
bash ./scripts/process-results.sh

0 commit comments

Comments
 (0)