Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3bf016e

Browse files
committed
Fix Build and Check under MS Windows workflow
1 parent461e873 commit3bf016e

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)

[8]ページ先頭

©2009-2025 Movatter.jp