ci: missing ;
This commit is contained in:
parent
fb5848f5e5
commit
6b98e2d6b0
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue