parent
cbdc097bda
commit
d24f5c89d5
|
@ -23,7 +23,6 @@ jobs:
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
- name: Setup Golang
|
- name: Setup Golang
|
||||||
run: |
|
run: |
|
||||||
set -x;
|
|
||||||
sudo apt-get update && sudo apt-get install bsdmainutils -y;
|
sudo apt-get update && sudo apt-get install bsdmainutils -y;
|
||||||
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;
|
||||||
|
|
Loading…
Reference in New Issue