Skip to content

Commit c3b3c3c

Browse files
committed
Log environment info
1 parent 0d7dd29 commit c3b3c3c

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 System: $(uname -s)
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)