ci: add bison
This commit is contained in:
parent
0a502bd2f3
commit
ebcd7fb8b9
|
@ -12,6 +12,7 @@ workflows:
|
||||||
pre-steps:
|
pre-steps:
|
||||||
- run:
|
- run:
|
||||||
command: >
|
command: >
|
||||||
|
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);
|
||||||
source ~/.gvm/scripts/gvm;
|
source ~/.gvm/scripts/gvm;
|
||||||
gvm install go1.4;
|
gvm install go1.4;
|
||||||
|
|
Loading…
Reference in New Issue