diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb16e95..4883b79 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,6 @@ jobs: sudo dpkg -i $TINYGO && rm $TINYGO; - name: Fetch Wasm Deps run: | - set -x source ~/.gvm/scripts/gvm || true; gvm use go1.19 --default || true; cd src/golang;