ci: try fix go path
This commit is contained in:
parent
516d53d45c
commit
c090a49f54
|
@ -20,7 +20,6 @@ workflows:
|
||||||
gvm install go1.4 -B;
|
gvm install go1.4 -B;
|
||||||
gvm use go1.4 --default;
|
gvm use go1.4 --default;
|
||||||
gvm install go1.8 -B;
|
gvm install go1.8 -B;
|
||||||
gvm use go1.8 --default;
|
|
||||||
VERSION=0.28.1;
|
VERSION=0.28.1;
|
||||||
TINYGO="tinygo_${VERSION}_amd64.deb";
|
TINYGO="tinygo_${VERSION}_amd64.deb";
|
||||||
wget https://github.com/tinygo-org/tinygo/releases/download/v$VERSION/$TINYGO;
|
wget https://github.com/tinygo-org/tinygo/releases/download/v$VERSION/$TINYGO;
|
||||||
|
@ -29,6 +28,8 @@ workflows:
|
||||||
- run:
|
- run:
|
||||||
name: Fetch Wasm Deps
|
name: Fetch Wasm Deps
|
||||||
command: >
|
command: >
|
||||||
|
source ~/.gvm/scripts/gvm;
|
||||||
|
gvm use go1.8 --default;
|
||||||
cd src/golang;
|
cd src/golang;
|
||||||
go get;
|
go get;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue