File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -149,6 +149,9 @@ jobs:
149
149
150
150
- name : install MinGW
151
151
run : src/ci/scripts/install-mingw.sh
152
+
153
+ - name : show the current environment
154
+ run : src/ci/scripts/dump-environment.sh
152
155
153
156
- name : install ninja
154
157
run : src/ci/scripts/install-ninja.sh
@@ -172,6 +175,12 @@ jobs:
172
175
173
176
- name : ensure the stable version number is correct
174
177
run : src/ci/scripts/verify-stable-version-number.sh
178
+
179
+ - name : show the current environment
180
+ run : src/ci/scripts/dump-environment.sh
181
+
182
+ - name : exit
183
+ run : exit 1
175
184
176
185
- name : run the build
177
186
# Redirect stderr to stdout to avoid reordering the two streams in the GHA logs.
Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ if isWindows && isKnownToBeMingwBuild; then
37
37
exit 1
38
38
;;
39
39
esac
40
- exit 1
41
40
42
41
mingw_dir=" mingw${bits} "
43
42
You can’t perform that action at this time.
0 commit comments