Skip to content

Commit 907cc49

Browse files
committed
GHA: drop wget progress output from install-tinygo
1 parent 94ad67b commit 907cc49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/install-tinygo/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ runs:
1010
steps:
1111
- run: |
1212
echo "Install TinyGo ${{ inputs.tinygo-version }}..."
13-
wget https://github.com/tinygo-org/tinygo/releases/download/v${{ inputs.tinygo-version }}/tinygo_${{ inputs.tinygo-version }}_amd64.deb
13+
wget --no-verbose https://github.com/tinygo-org/tinygo/releases/download/v${{ inputs.tinygo-version }}/tinygo_${{ inputs.tinygo-version }}_amd64.deb
1414
sudo dpkg -i tinygo_${{ inputs.tinygo-version }}_amd64.deb
1515
echo "/usr/local/tinygo/bin" >> $GITHUB_PATH
1616
shell: "bash"

0 commit comments

Comments
 (0)