From ed1c4bc9376816a1f6139a0927cd6cd4e5263faf Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Mon, 26 Jun 2023 00:04:53 -0400 Subject: [PATCH] ci: mute wget --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a14770..c6b5a8d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: gvm install go1.19 -B; VERSION=0.28.1; TINYGO="tinygo_${VERSION}_amd64.deb"; - wget https://github.com/tinygo-org/tinygo/releases/download/v$VERSION/$TINYGO; + wget -q https://github.com/tinygo-org/tinygo/releases/download/v$VERSION/$TINYGO; sudo dpkg -i $TINYGO && rm $TINYGO; - name: Fetch Wasm Deps run: |