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.
11 lines
311 B
Plaintext
11 lines
311 B
Plaintext
[submodule "vendor/agent"]
|
|
path = vendor/agent
|
|
url = https://github.com/ZSeven-W/agent-rs.git
|
|
[submodule "vendor/jian"]
|
|
path = vendor/jian
|
|
url = https://github.com/ZSeven-W/jian.git
|
|
[submodule "vendor/casement"]
|
|
path = vendor/casement
|
|
url = https://github.com/ZSeven-W/casement.git
|
|
branch = op-file-open
|