We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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