ci: revert "ci: add bash debug"

This reverts commit cbdc097bda.
This commit is contained in:
Derrick Hammer 2023-08-09 14:55:26 -04:00
parent cbdc097bda
commit d24f5c89d5
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ jobs:
cache: 'npm'
- name: Setup Golang
run: |
set -x;
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);
source ~/.gvm/scripts/gvm;