Skip to content

Commit 2c0e146

Browse files
ChrisDentoncuviper
authored andcommitted
Print the environment a second time
(cherry picked from commit ec8ec41)
1 parent 6a2ca0d commit 2c0e146

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: .github/workflows/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,11 @@ jobs:
187187
Remove-Item -Force -Recurse $kits\$kind\$sdk_version -ErrorAction Continue
188188
}
189189
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+
190195
- name: run the build
191196
# Redirect stderr to stdout to avoid reordering the two streams in the GHA logs.
192197
run: src/ci/scripts/run-build-from-ci.sh 2>&1

0 commit comments

Comments
 (0)