ci: only use go binary install

This commit is contained in:
Derrick Hammer 2023-06-23 01:57:16 -04:00
parent 8b08ecf68c
commit 2591ea9451
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 2 additions and 2 deletions

View File

@ -16,9 +16,9 @@ workflows:
sudo apt-get install bison; sudo apt-get install bison;
bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer); bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer);
source ~/.gvm/scripts/gvm; source ~/.gvm/scripts/gvm;
gvm install go1.4; gvm install go1.4 -B;
gvm use go1.4 --default; gvm use go1.4 --default;
gvm install go1.4; gvm install go1.4 -B;
gvm use go1.8 --default; gvm use go1.8 --default;
VERSION=0.28.1; VERSION=0.28.1;
TINYGO="tinygo_${VERSION}_amd64.deb" TINYGO="tinygo_${VERSION}_amd64.deb"