We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a161e7 commit 0183cacCopy full SHA for 0183cac
.github/workflows/build.yml
@@ -48,7 +48,7 @@ jobs:
48
uses: browser-actions/setup-chrome@v2
49
50
- name: Install wasmbrowsertest
51
- run: go install github.com/agnivade/wasmbrowsertest@latest
+ run: go install github.com/agnivade/wasmbrowsertest@5e0f0b9a6cc225f690ec1635d24c8ab624b73f9b
52
53
- name: Setup wasmexec
54
run: mv $(go env GOPATH)/bin/wasmbrowsertest $(go env GOPATH)/bin/go_js_wasm_exec
0 commit comments