Skip to content

Commit 57615cb

Browse files
committed
[DO NOT MERGE]
1 parent 041f642 commit 57615cb

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/ci.yml

+9
Original file line numberDiff line numberDiff 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.

src/ci/scripts/install-mingw.sh

-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)