Skip to content

Commit ec44b17

Browse files
authored
ci: fix insecure git protocol (#2177)
1 parent 6146332 commit ec44b17

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
@@ -129,6 +129,8 @@ jobs:
129129
run: |
130130
node_major=$(echo "${{ matrix.NODE_VERSION }}" | cut -d'.' -f1)
131131
echo "::set-output name=node_major::$(echo $node_major)"
132+
- name: Fix usage of insecure GitHub protocol
133+
run: sudo git config --system url."https://github".insteadOf "git://github"
132134
- uses: actions/checkout@v2
133135
- name: Use Node.js ${{ matrix.NODE_VERSION }}
134136
uses: actions/setup-node@v1

0 commit comments

Comments
 (0)