File tree 1 file changed +3
-11
lines changed
1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change 40
40
41
41
steps :
42
42
43
- - name : Run "type gcc" and exit abnormally
44
- shell : bash
45
- run : |
46
- type gcc
47
- exit 1
48
-
49
43
- name : Check for JDK preinstalled
50
44
id : jdkcheck
51
45
shell : bash
@@ -118,13 +112,11 @@ jobs:
118
112
echo >>"$GITHUB_ENV" PGCONFIG="$pfx/bin/pg_config"
119
113
fi
120
114
121
- - name : Set PGCONFIG in environment, getting gcc and PostgreSQL (mingw)
115
+ - name : Set PGCONFIG in environment, getting PostgreSQL (mingw)
122
116
if : ${{ 'mingw' == matrix.oscc.cc }}
123
117
shell : C:\shells\msys2bash.cmd {0}
124
118
run : |
125
- pacman -S --noconfirm \
126
- mingw-w64-x86_64-gcc \
127
- mingw-w64-x86_64-postgresql
119
+ pacman -S --noconfirm mingw-w64-x86_64-postgresql
128
120
echo >>"$GITHUB_ENV" PGCONFIG='c:\msys64\mingw64\bin\pg_config'
129
121
130
122
- name : Report Java, Maven, and PostgreSQL versions
@@ -216,7 +208,7 @@ jobs:
216
208
working-directory : pljava
217
209
shell : C:\shells\msys2bash.cmd {0}
218
210
run : |
219
- PATH='/c/msys64/ mingw64/bin:'"$PATH"
211
+ PATH='/c/mingw64/bin:'"$PATH"
220
212
"$M2"/mvn clean install --batch-mode \
221
213
-Dpgsql.pgconfig="$PGCONFIG" \
222
214
-Psaxon-examples -Ppgjdbc \
You can’t perform that action at this time.
0 commit comments