Skip to content

Commit 78bf4af

Browse files
committed
Fix hyperfine install on CI
1 parent df04fd6 commit 78bf4af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217
EOF
218218
219219
- name: Install hyperfine
220-
run: cargo install hyperfine
220+
run: cargo install hyperfine || true
221221

222222
- name: Prepare dependencies
223223
run: ./y.rs prepare

0 commit comments

Comments
 (0)