ci: missing ;

This commit is contained in:
Derrick Hammer 2023-06-23 02:01:40 -04:00
parent fb5848f5e5
commit 6b98e2d6b0
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ workflows:
pre-steps: pre-steps:
- run: - run:
command: > command: >
set -x set -x;
sudo apt-get update; sudo apt-get update;
sudo apt-get install bison; sudo apt-get install bison;
bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer); bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer);