Skip to content

Commit 911b2e0

Browse files
committed
Log environment info
1 parent e1f5f22 commit 911b2e0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,13 @@ jobs:
234234
fi
235235
shell: bash
236236

237+
- name: Log environment info
238+
run: |
239+
echo OPAM version: $(opam --version)
240+
echo Bash: $(which bash)
241+
echo Path: $PATH
242+
shell: bash
243+
237244
- name: Compiler build state key
238245
id: compiler-build-state-key
239246
shell: bash

0 commit comments

Comments
 (0)