mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 11:48:55 +01:00
Add go-get for Go 1.16
This commit is contained in:
parent
2cdc7e7cfb
commit
9179c5b200
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@ -37,6 +37,7 @@ jobs:
|
|||||||
mkdir /tmp/wasmbrowsertest
|
mkdir /tmp/wasmbrowsertest
|
||||||
cd /tmp/wasmbrowsertest
|
cd /tmp/wasmbrowsertest
|
||||||
go mod init foo
|
go mod init foo
|
||||||
|
go get github.com/agnivade/wasmbrowsertest
|
||||||
go build -o wasmbrowsertest github.com/agnivade/wasmbrowsertest
|
go build -o wasmbrowsertest github.com/agnivade/wasmbrowsertest
|
||||||
mv ./wasmbrowsertest $(go env GOPATH)/bin/go_js_wasm_exec
|
mv ./wasmbrowsertest $(go env GOPATH)/bin/go_js_wasm_exec
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user