Skip to content

Commit 66f0251

Browse files
committed
Use HTTPS URL for extern/faiss submodule
1 parent 41e9495 commit 66f0251

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
steps:
1414
- name: Checkout code
1515
uses: actions/checkout@v3
16+
with:
17+
submodules: recursive # <-- 這行會讓它用 HTTPS 把 extern/faiss 拉下來
1618

1719
- name: Init submodules
1820
run: git submodule update --init --recursive

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[submodule "extern/faiss"]
22
path = extern/faiss
3-
url = git@github.com:Seco1024/faiss.git
3+
url = url = https://github.com/Seco1024/faiss.git
44
branch = bfs

0 commit comments

Comments
 (0)