Skip to content

Commit

Permalink
.github/workflows: bug fix: need to update wasmbrowsertest to support…
Browse files Browse the repository at this point in the history
… Go 1.24
  • Loading branch information
hajimehoshi committed Jan 31, 2025
1 parent 7fc69ac commit 16a2c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Install wasmbrowsertest
run: |
wasmbrowsertest_version=06679196c7e76f227e71456cdc16fccd6cc33601
wasmbrowsertest_version=5e0f0b9a6cc225f690ec1635d24c8ab624b73f9b
go install github.com/agnivade/wasmbrowsertest@${wasmbrowsertest_version}
mv $(go env GOPATH)/bin/wasmbrowsertest${{ runner.os == 'Windows' && '.exe' || '' }} $(go env GOPATH)/bin/go_js_wasm_exec${{ runner.os == 'Windows' && '.exe' || '' }}
go install github.com/agnivade/wasmbrowsertest/cmd/cleanenv@${wasmbrowsertest_version}
Expand Down

0 comments on commit 16a2c40

Please sign in to comment.