We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a2ca0d commit 2c0e146Copy full SHA for 2c0e146
.github/workflows/ci.yml
@@ -187,6 +187,11 @@ jobs:
187
Remove-Item -Force -Recurse $kits\$kind\$sdk_version -ErrorAction Continue
188
}
189
190
+ # Show the environment just before we run the build
191
+ # This makes it easier to diagnose problems with the above install scripts.
192
+ - name: show the current environment
193
+ run: src/ci/scripts/dump-environment.sh
194
+
195
- name: run the build
196
# Redirect stderr to stdout to avoid reordering the two streams in the GHA logs.
197
run: src/ci/scripts/run-build-from-ci.sh 2>&1
0 commit comments