diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a8cc58e..45102e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,9 @@ jobs: with: cache: true + - name: Get web5 test vectors + run: git submodule update --init --recursive + - name: Install Dependencies run: just get diff --git a/.gitmodules b/.gitmodules index a4d13ed..1812cfd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "web5-spec"] path = web5-spec - url = git@github.com:TBD54566975/web5-spec.git + url = https://github.com/TBD54566975/web5-spec.git