We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94ad67b commit 907cc49Copy full SHA for 907cc49
.github/actions/install-tinygo/action.yml
@@ -10,7 +10,7 @@ runs:
10
steps:
11
- run: |
12
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
+ wget --no-verbose https://github.com/tinygo-org/tinygo/releases/download/v${{ inputs.tinygo-version }}/tinygo_${{ inputs.tinygo-version }}_amd64.deb
14
sudo dpkg -i tinygo_${{ inputs.tinygo-version }}_amd64.deb
15
echo "/usr/local/tinygo/bin" >> $GITHUB_PATH
16
shell: "bash"
0 commit comments