ci: hack source

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

View File

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