ci: remove debug

This commit is contained in:
Derrick Hammer 2023-08-09 15:30:22 -04:00
parent f6bfaf4509
commit 5760b20fe7
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@ jobs:
sudo dpkg -i $TINYGO && rm $TINYGO;
- name: Fetch Wasm Deps
run: |
set -x
source ~/.gvm/scripts/gvm || true;
gvm use go1.19 --default || true;
cd src/golang;