Skip to content

Commit

Permalink
sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleconroy committed Nov 9, 2022
1 parent 4dee509 commit 6d69ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
with:
go-version: '1.19'
- run: wget https://github.com/tinygo-org/tinygo/releases/download/v0.26.0/tinygo_0.26.0_amd64.deb
- run: dpkg -i tinygo_0.26.0_amd64.deb
- run: sudo dpkg -i tinygo_0.26.0_amd64.deb
- run: make

0 comments on commit 6d69ab2

Please sign in to comment.