Skip to content

Commit 046e4b5

Browse files
committed
Update ci.yml
1 parent 528690b commit 046e4b5

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
@@ -178,6 +178,8 @@ jobs:
178178
PARSE_SERVER_TEST_CACHE: ${{ matrix.PARSE_SERVER_TEST_CACHE }}
179179
NODE_VERSION: ${{ matrix.NODE_VERSION }}
180180
steps:
181+
- name: Fix usage of insecure GitHub protocol
182+
run: sudo git config --system url."https://github".insteadOf "git://github"
181183
- uses: actions/checkout@v2
182184
- name: Use Node.js ${{ matrix.NODE_VERSION }}
183185
uses: actions/setup-node@v2

0 commit comments

Comments
 (0)