We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a161e7 commit af2959eCopy full SHA for af2959e
.github/workflows/build.yml
@@ -45,10 +45,10 @@ jobs:
45
run: make test
46
47
- name: Install chrome
48
- uses: browser-actions/setup-chrome@v2
+ uses: browser-actions/setup-chrome@latest
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