Skip to content

Commit 36a2080

Browse files
committed
MSYS2 is installed but not with gcc
1 parent adbd04a commit 36a2080

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/ci-lazypg.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
# - os: macos-14
3333
# cc: clang
3434
# pg: 17
35-
- os: windows-latest
36-
cc: msvc
35+
# - os: windows-latest
36+
# cc: msvc
3737
- os: windows-latest
3838
cc: mingw
3939
java: [21]
@@ -112,11 +112,13 @@ jobs:
112112
echo >>"$GITHUB_ENV" PGCONFIG="$pfx/bin/pg_config"
113113
fi
114114
115-
- name: Set PGCONFIG in environment, getting PostgreSQL (mingw)
115+
- name: Set PGCONFIG in environment, getting gcc and PostgreSQL (mingw)
116116
if: ${{ 'mingw' == matrix.oscc.cc }}
117117
shell: C:\shells\msys2bash.cmd {0}
118118
run: |
119-
pacman -S --noconfirm mingw-w64-x86_64-postgresql
119+
pacman -S --noconfirm \
120+
mingw-w64-x86_64-gcc \
121+
mingw-w64-x86_64-postgresql
120122
echo >>"$GITHUB_ENV" PGCONFIG='c:\msys64\mingw64\bin\pg_config'
121123

122124
- name: Report Java, Maven, and PostgreSQL versions

0 commit comments

Comments
 (0)