Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
biangeevibegx authored and brendandburns committed Sep 8, 2023
1 parent 6bd0cf2 commit 59be327
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ jobs:
- name: Install tinygo
run: |
curl https://github.com/tinygo-org/tinygo/releases/download/v0.29.0/tinygo_0.29.0_amd64.deb -L --output tinygo_0.29.0_amd64.deb && \
dpkg -i tinygo_0.29.0_amd64.deb && \
sudo dpkg -i tinygo_0.29.0_amd64.deb && \
rm tinygo_0.29.0_amd64.deb
- name: Build
run: |
cd examples/tinygo
tinygo build -o tinygo.wasm -target wasi
working-directory: ./examples/tinygo
run: tinygo build -o tinygo.wasm -target wasi

0 comments on commit 59be327

Please sign in to comment.