ci: bison already installed on github ci

This commit is contained in:
Derrick Hammer 2023-06-26 00:04:44 -04:00
parent 97489a577f
commit c20e79635e
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ jobs:
- name: Setup Golang
run: |
sudo apt-get update;
sudo apt-get install bison;
bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer);
source ~/.gvm/scripts/gvm;
gvm install go1.4 -B;