chore: fetch the jian submodule over https
vendor/jian's submodule url was ssh-only while the repo is public — a plain git clone --recurse-submodules failed for anyone without a GitHub ssh key (CI never noticed: actions/checkout token-rewrites ssh urls). Point it at the public https url like the other two submodules.
This commit is contained in:
parent
8daf3f9857
commit
8dc7d8e276
2
.gitmodules
vendored
2
.gitmodules
vendored
|
|
@ -3,7 +3,7 @@
|
|||
url = https://github.com/ZSeven-W/agent-rs.git
|
||||
[submodule "vendor/jian"]
|
||||
path = vendor/jian
|
||||
url = git@github.com:ZSeven-W/jian.git
|
||||
url = https://github.com/ZSeven-W/jian.git
|
||||
[submodule "vendor/casement"]
|
||||
path = vendor/casement
|
||||
url = https://github.com/ZSeven-W/casement.git
|
||||
|
|
|
|||
Loading…
Reference in a new issue