Skip to content

Commit

Permalink
fix: change quiet flag to be for cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
darcyclarke committed Dec 4, 2024
1 parent 806438c commit 901fb3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ jobs:

- name: Install Tooling
run: |
cargo install hyperfine
cargo install hyperfine --quiet
npm install -g npm@latest vlt@latest bun@latest deno-bin@latest
corepack enable yarn pnpm --quiet
corepack enable yarn pnpm
- name: Get Versions
run: |
Expand Down

0 comments on commit 901fb3a

Please sign in to comment.