Skip to content

Commit e2dd38b

Browse files
committed
Log environment info
1 parent d122d37 commit e2dd38b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,12 @@ jobs:
240240
fi
241241
shell: bash
242242

243+
- name: Log environment info
244+
run: |
245+
echo OPAM version: $(opam --version)
246+
echo Path: $PATH
247+
shell: bash
248+
243249
- name: Compiler build state key
244250
id: compiler-build-state-key
245251
shell: bash

0 commit comments

Comments
 (0)