From 8b08ecf68c4d999daa698c2041dfa5ed5cef316a Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Fri, 23 Jun 2023 01:55:35 -0400 Subject: [PATCH] ci: add apt-get update --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 21dacbe..eb7a9c7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,6 +12,7 @@ workflows: pre-steps: - run: command: > + sudo apt-get update; sudo apt-get install bison; bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer); source ~/.gvm/scripts/gvm;