Skip to content

Commit 31adf46

Browse files
committed
fix: change submodule url from ssh to https
This is needed so that the submodule can be cloned on CI without having to setup SSH keys. Signed-off-by: not-matthias <matthias@codspeed.io>
1 parent cdcc7de commit 31adf46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

22
[submodule "crates/divan_compat/examples/src/the_algorithms/Rust"]
33
path = crates/divan_compat/examples/src/the_algorithms/Rust
4-
url = git@github.com:TheAlgorithms/Rust.git
4+
url = https://github.com/TheAlgorithms/Rust.git

0 commit comments

Comments
 (0)