mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-09 17:43:18 +01:00
.github/workflows: bug fix: need to update wasmbrowsertest to support Go 1.24
This commit is contained in:
parent
7fc69ac476
commit
0dabcbc65b
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -7,7 +7,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||||
go: ['1.22.x', '1.23.x']
|
go: ['1.22.x', '1.23.x', '1.24.0-rc.2']
|
||||||
name: Test with Go ${{ matrix.go }} on ${{ matrix.os }}
|
name: Test with Go ${{ matrix.go }} on ${{ matrix.os }}
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
env:
|
env:
|
||||||
@ -47,7 +47,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install wasmbrowsertest
|
- name: Install wasmbrowsertest
|
||||||
run: |
|
run: |
|
||||||
wasmbrowsertest_version=06679196c7e76f227e71456cdc16fccd6cc33601
|
wasmbrowsertest_version=5e0f0b9a6cc225f690ec1635d24c8ab624b73f9b
|
||||||
go install github.com/agnivade/wasmbrowsertest@${wasmbrowsertest_version}
|
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' || '' }}
|
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}
|
go install github.com/agnivade/wasmbrowsertest/cmd/cleanenv@${wasmbrowsertest_version}
|
||||||
|
Loading…
Reference in New Issue
Block a user