ci: typo, installing same version twice

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

View File

@ -18,7 +18,7 @@ workflows:
source ~/.gvm/scripts/gvm;
gvm install go1.4 -B;
gvm use go1.4 --default;
gvm install go1.4 -B;
gvm install go1.8 -B;
gvm use go1.8 --default;
VERSION=0.28.1;
TINYGO="tinygo_${VERSION}_amd64.deb"