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

View File

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