ci: debug

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

View File

@ -37,6 +37,7 @@ jobs:
run: |
source ~/.gvm/scripts/gvm || true;
gvm use go1.19 --default || true;
set -x;
cd src/golang;
go get;
- run: npm ci