ci: add bash debug
This commit is contained in:
parent
37b3389aa5
commit
49082c4014
|
@ -18,6 +18,7 @@ jobs:
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
- name: Setup Golang
|
- name: Setup Golang
|
||||||
run: |
|
run: |
|
||||||
|
set -x;
|
||||||
sudo apt-get update;
|
sudo apt-get update;
|
||||||
bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer) || true;
|
bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer) || true;
|
||||||
source ~/.gvm/scripts/gvm;
|
source ~/.gvm/scripts/gvm;
|
||||||
|
|
Loading…
Reference in New Issue