We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 461e873 commit 3bf016eCopy full SHA for 3bf016e
.github/workflows/build-and-check-windows-latest.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Install PostgreSQL
48
run: |
49
echo "Workspace: ${GITHUB_WORKSPACE}"
50
- git clone --single-branch -b "REL_${{ matrix.pg_version }}_STABLE" git://git.postgresql.org/git/postgresql.git
+ git clone --single-branch -b "REL_${{ matrix.pg_version }}_STABLE" https://git.postgresql.org/git/postgresql.git
51
cd ${GITHUB_WORKSPACE}/postgresql
52
./configure --enable-cassert --without-icu
53
make -j$(nproc)
0 commit comments