Skip to content

Commit

Permalink
chore: keep the dream alive
Browse files Browse the repository at this point in the history
  • Loading branch information
wesbillman committed Feb 23, 2024
1 parent 5b252e9 commit b80168c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b80168c

Please sign in to comment.