ci: install bison
This commit is contained in:
parent
9378f87336
commit
ea68d0ec0d
|
@ -23,7 +23,7 @@ jobs:
|
|||
cache: 'npm'
|
||||
- name: Setup Golang
|
||||
run: |
|
||||
sudo apt-get update && sudo apt-get install bsdmainutils -y;
|
||||
sudo apt-get update && sudo apt-get install bsdmainutils -y bison;
|
||||
bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer);
|
||||
source ~/.gvm/scripts/gvm || true;
|
||||
gvm install go1.4 -B;
|
||||
|
|
Loading…
Reference in New Issue