Skip to content

Commit f86ac44

Browse files
authored
use a public url for git submodules (#499)
When pulling `RSA` with a `[patch.crates-io]`, the CI runner doesn't carry an SSH key with github and fails to clone the submodules. This changes the `[email protected]` to an `https://github.com` to allow anonymous clones.
1 parent c2a5cdb commit f86ac44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "thirdparty/wycheproof"]
22
path = thirdparty/wycheproof
3-
url = git@github.com:C2SP/wycheproof
3+
url = https://github.com/C2SP/wycheproof.git

0 commit comments

Comments
 (0)