We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5573cd3 commit ec8ec41Copy full SHA for ec8ec41
.github/workflows/ci.yml
@@ -173,6 +173,11 @@ jobs:
173
- name: ensure the stable version number is correct
174
run: src/ci/scripts/verify-stable-version-number.sh
175
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
+
181
- name: run the build
182
# Redirect stderr to stdout to avoid reordering the two streams in the GHA logs.
183
run: src/ci/scripts/run-build-from-ci.sh 2>&1
0 commit comments