Skip to content

Commit 5f7d392

Browse files
authored
ci: fix slow install (#8040)
1 parent 528690b commit 5f7d392

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)