diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5566fd5..47abea3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,9 +19,7 @@ jobs: - name: Setup Golang run: | sudo apt-get update; - set +e; - bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer); - set -e; + bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer) || true; source ~/.gvm/scripts/gvm; gvm install go1.4 -B; gvm use go1.4 --default;