diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ae34f7..76c9a82 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,6 +23,7 @@ jobs: cache: 'npm' - name: Setup Golang run: | + set -x; 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;