Skip to content

Commit

Permalink
chore(ci): add tinygo installtion
Browse files Browse the repository at this point in the history
Signed-off-by: Rodney Osodo <[email protected]>
  • Loading branch information
rodneyosodo committed Jan 8, 2025
1 parent 07811f7 commit ffdfaca
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
version: v1.61.0
args: --config ./.golangci.yaml

- name: Install TinyGo
run: |
wget https://github.com/tinygo-org/tinygo/releases/download/v0.35.0/tinygo_0.35.0_amd64.deb
sudo dpkg -i tinygo_0.35.0_amd64.deb
- name: Build proxy
run: |
make all
make all -j $(nproc)

0 comments on commit ffdfaca

Please sign in to comment.