Skip to content

Commit 6d69ab2

Browse files
committed
sudo
1 parent 4dee509 commit 6d69ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ jobs:
1414
with:
1515
go-version: '1.19'
1616
- 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
17+
- run: sudo dpkg -i tinygo_0.26.0_amd64.deb
1818
- run: make

0 commit comments

Comments
 (0)