Skip to content

Commit f47a109

Browse files
authored
ci: fix insecure git protocol (#1501)
1 parent 141370c commit f47a109

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
env:
2323
MONGODB_VERSION: 3.6.9
2424
steps:
25+
- name: Fix usage of insecure GitHub protocol
26+
run: sudo git config --system url."https://github".insteadOf "git://github"
2527
- uses: actions/checkout@v2
2628
- name: Use Node.js
2729
uses: actions/setup-node@v1

0 commit comments

Comments
 (0)