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