Print the environment a second time
(cherry picked from commit ec8ec41d9e)
This commit is contained in:
parent
6a2ca0d4d7
commit
2c0e146d6d
1 changed files with 5 additions and 0 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
|
@ -187,6 +187,11 @@ jobs:
|
|||
Remove-Item -Force -Recurse $kits\$kind\$sdk_version -ErrorAction Continue
|
||||
}
|
||||
|
||||
# Show the environment just before we run the build
|
||||
# This makes it easier to diagnose problems with the above install scripts.
|
||||
- name: show the current environment
|
||||
run: src/ci/scripts/dump-environment.sh
|
||||
|
||||
- name: run the build
|
||||
# Redirect stderr to stdout to avoid reordering the two streams in the GHA logs.
|
||||
run: src/ci/scripts/run-build-from-ci.sh 2>&1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue