File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments