diff --git a/.circleci/config.yml b/.circleci/config.yml index e0165f3..25069ea 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,6 +12,7 @@ workflows: pre-steps: - run: command: > + set -x sudo apt-get update; sudo apt-get install bison; bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer);