ci: add bash debug

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

View File

@ -23,6 +23,7 @@ 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;