diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa37ce1..82a846e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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;