Skip to content

Commit 14aa948

Browse files
committed
Fix Build and Check under MS Windows workflow
1 parent 461e873 commit 14aa948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-check-windows-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Install PostgreSQL
4848
run: |
4949
echo "Workspace: ${GITHUB_WORKSPACE}"
50-
git clone --single-branch -b "REL_${{ matrix.pg_version }}_STABLE" git://git.postgresql.org/git/postgresql.git
50+
git clone --single-branch -b "REL_${{ matrix.pg_version }}_STABLE" https://git.postgresql.org/git/postgresql.git
5151
cd ${GITHUB_WORKSPACE}/postgresql
5252
./configure --enable-cassert --without-icu
5353
make -j$(nproc)

0 commit comments

Comments
 (0)