about summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorChris Denton <chris@chrisdenton.dev>2025-02-10 15:06:41 +0000
committerChris Denton <chris@chrisdenton.dev>2025-02-10 15:06:41 +0000
commitec8ec41d9ee8b03bbddf815217452e37656e2d0b (patch)
tree376a6e0995b00bf00674bbfd84f84b306b009b0c /.github
parent5573cd320cd80f6ed9d44aa6129570380280f0fd (diff)
downloadrust-ec8ec41d9ee8b03bbddf815217452e37656e2d0b.tar.gz
rust-ec8ec41d9ee8b03bbddf815217452e37656e2d0b.zip
Print the environment a second time
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0934e42b277..c6f3fcada08 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -173,6 +173,11 @@ jobs:
       - name: ensure the stable version number is correct
         run: src/ci/scripts/verify-stable-version-number.sh
 
+      # 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