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 d2de398 commit a822e4eCopy full SHA for a822e4e
.github/workflows/test.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Install wasmbrowsertest
49
if: ${{ !startsWith(matrix.go, '1.22.') }}
50
run: |
51
- wasmbrowsertest_version=06679196c7e76f227e71456cdc16fccd6cc33601
+ wasmbrowsertest_version=5e0f0b9a6cc225f690ec1635d24c8ab624b73f9b
52
go install github.com/agnivade/wasmbrowsertest@${wasmbrowsertest_version}
53
mv $(go env GOPATH)/bin/wasmbrowsertest${{ runner.os == 'Windows' && '.exe' || '' }} $(go env GOPATH)/bin/go_js_wasm_exec${{ runner.os == 'Windows' && '.exe' || '' }}
54
go install github.com/agnivade/wasmbrowsertest/cmd/cleanenv@${wasmbrowsertest_version}
0 commit comments