Skip to content

Commit

Permalink
fix: specify go version for WASM build
Browse files Browse the repository at this point in the history
  • Loading branch information
BigJk committed Dec 23, 2023
1 parent c285284 commit e214d1c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ jobs:
permissions: write-all
name: release js/wasm
runs-on: ubuntu-latest
env:
CGO_ENABLED: 1
steps:
- uses: actions/checkout@v3
- uses: wangyoucao577/go-release-action@v1
with:
goversion: 1.20
md5sum: FALSE
github_token: ${{ secrets.GITHUB_TOKEN }}
pre_command: "apt-get update && apt-get install --no-install-recommends -y pkg-config libasound2-dev libx11-dev && ./internal/misc/build_index.sh ./assets"
Expand Down

0 comments on commit e214d1c

Please sign in to comment.