diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b354c99..4ad07bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: cache: 'npm' - name: Setup Golang run: | - sudo apt-get update && sudo apt-get install bsdmainutils -y; + sudo apt-get update && sudo apt-get install bsdmainutils -y bison; bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer); source ~/.gvm/scripts/gvm || true; gvm install go1.4 -B;