Skip to content

Commit

Permalink
ci: quieter install
Browse files Browse the repository at this point in the history
  • Loading branch information
rmg committed Jun 29, 2023
1 parent e8ae2f4 commit de8594e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
run: make raw.tar
- name: build & install
run: |
sudo apt-get update
sudo apt-get install ripgrep
sudo apt-get update -q
sudo apt-get install -yq ripgrep
make scan-c scan-go scan-rs
{
printf "## Versions\n"
Expand Down

0 comments on commit de8594e

Please sign in to comment.