From 9378f8733633555ca155e0a307fafda53e7f3608 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Wed, 9 Aug 2023 14:57:20 -0400 Subject: [PATCH] ci: hack source --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ae34f7..b354c99 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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;