ci: enable script debug

This commit is contained in:
Derrick Hammer 2023-06-23 02:01:05 -04:00
parent 10f64fb05f
commit fb5848f5e5
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: >
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);