Skip to content

Commit 7bda91f

Browse files
committed
wget --quiet in CI
1 parent aac7563 commit 7bda91f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
for X in fixtures/*; do
108108
pushd "$X"
109109
yarn
110-
wget https://github.com/trail-of-forks/sbpf-coverage/releases/download/$AGAVE_TAG/patched-agave-tools-$AGAVE_TAG-Linux.tar.gz
110+
wget --quiet https://github.com/trail-of-forks/sbpf-coverage/releases/download/$AGAVE_TAG/patched-agave-tools-$AGAVE_TAG-Linux.tar.gz
111111
tar xzf patched-agave-tools-$AGAVE_TAG-Linux.tar.gz
112112
rm -f patched-agave-tools-$AGAVE_TAG-Linux.tar.gz
113113
PATH="$PWD/patched-agave-tools-$AGAVE_TAG-Linux/bin:$PATH"

0 commit comments

Comments
 (0)