Fix hyperfine install on CI
This commit is contained in:
parent
df04fd6fba
commit
78bf4af659
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -217,7 +217,7 @@ jobs:
|
|||
EOF
|
||||
|
||||
- name: Install hyperfine
|
||||
run: cargo install hyperfine
|
||||
run: cargo install hyperfine || true
|
||||
|
||||
- name: Prepare dependencies
|
||||
run: ./y.rs prepare
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue