ci: debug

This commit is contained in:
Derrick Hammer 2023-08-09 15:09:56 -04:00
parent 0037179fd1
commit 693d703a4c
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

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