From d24f5c89d537f7f68e0a1d208ef0bb47dfaca3c5 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Wed, 9 Aug 2023 14:55:26 -0400 Subject: [PATCH] ci: revert "ci: add bash debug" This reverts commit cbdc097bdaefa732a733c743a212047fcd759d4b. --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76c9a82..7ae34f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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;