Thanks to visit codestin.com Credit goes to github.com
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 4dee509 commit 6d69ab2Copy full SHA for 6d69ab2
.github/workflows/ci.yml
@@ -14,5 +14,5 @@ jobs:
14
with:
15
go-version: '1.19'
16
- run: wget https://github.com/tinygo-org/tinygo/releases/download/v0.26.0/tinygo_0.26.0_amd64.deb
17
- - run: dpkg -i tinygo_0.26.0_amd64.deb
+ - run: sudo dpkg -i tinygo_0.26.0_amd64.deb
18
- run: make
0 commit comments