File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -149,6 +149,9 @@ jobs:
149149
150150 - name : install MinGW
151151 run : src/ci/scripts/install-mingw.sh
152+
153+ - name : show the current environment
154+ run : src/ci/scripts/dump-environment.sh
152155
153156 - name : install ninja
154157 run : src/ci/scripts/install-ninja.sh
@@ -172,6 +175,12 @@ jobs:
172175
173176 - name : ensure the stable version number is correct
174177 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
175184
176185 - name : run the build
177186 # 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
3737 exit 1
3838 ;;
3939 esac
40- exit 1
4140
4241 mingw_dir=" mingw${bits} "
4342
You can’t perform that action at this time.
0 commit comments