ci: hack source

This commit is contained in:
Derrick Hammer 2023-08-09 14:57:20 -04:00
parent d24f5c89d5
commit 9378f87336
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ jobs:
run: |
sudo apt-get update && sudo apt-get install bsdmainutils -y;
bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer);
source ~/.gvm/scripts/gvm;
source ~/.gvm/scripts/gvm || true;
gvm install go1.4 -B;
gvm use go1.4 --default;
gvm install go1.19 -B;