Skip to content

Commit ec8ec41

Browse files
committed
Print the environment a second time
1 parent 5573cd3 commit ec8ec41

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,11 @@ jobs:
173173
- name: ensure the stable version number is correct
174174
run: src/ci/scripts/verify-stable-version-number.sh
175175

176+
# Show the environment just before we run the build
177+
# This makes it easier to diagnose problems with the above install scripts.
178+
- name: show the current environment
179+
run: src/ci/scripts/dump-environment.sh
180+
176181
- name: run the build
177182
# Redirect stderr to stdout to avoid reordering the two streams in the GHA logs.
178183
run: src/ci/scripts/run-build-from-ci.sh 2>&1

0 commit comments

Comments
 (0)