ci: add apt-get update

This commit is contained in:
Derrick Hammer 2023-06-23 01:55:35 -04:00
parent ebcd7fb8b9
commit 8b08ecf68c
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

@ -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;