ci: bison already installed on github ci
This commit is contained in:
parent
97489a577f
commit
c20e79635e
|
@ -19,7 +19,6 @@ jobs:
|
||||||
- name: Setup Golang
|
- name: Setup Golang
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update;
|
sudo apt-get update;
|
||||||
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 -B;
|
gvm install go1.4 -B;
|
||||||
|
|
Loading…
Reference in New Issue