ci: add bash debug

This commit is contained in:
Derrick Hammer 2023-08-09 13:58:58 -04:00
parent 37b3389aa5
commit 49082c4014
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

@ -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;