ci: install bison

This commit is contained in:
Derrick Hammer 2023-08-09 14:58:55 -04:00
parent 9378f87336
commit ea68d0ec0d
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ jobs:
cache: 'npm' cache: 'npm'
- name: Setup Golang - name: Setup Golang
run: | 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); bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer);
source ~/.gvm/scripts/gvm || true; source ~/.gvm/scripts/gvm || true;
gvm install go1.4 -B; gvm install go1.4 -B;