Skip to content

Commit

Permalink
Build WASM only on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanb committed Jul 23, 2024
1 parent fb304ee commit 0edecf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
timeout-minutes: 1

- name: Build WASM
if: runner.os == 'Linux'
run: |
GOOS=js GOARCH=wasm go build -v -tags "b_tiny" -o wasm/rye.wasm main_wasm.go
Expand Down

0 comments on commit 0edecf4

Please sign in to comment.