Skip to content

Commit d4c3d33

Browse files
committed
Log OPAM version and path info
1 parent 61173c6 commit d4c3d33

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
@@ -304,6 +304,12 @@ jobs:
304304
fi
305305
shell: bash
306306

307+
- name: Log OPAM and path info
308+
run: |
309+
echo OPAM version: $(opam --version)
310+
echo Path: $PATH
311+
shell: bash
312+
307313
- name: Compiler build state key
308314
id: compiler-build-state-key
309315
shell: bash

0 commit comments

Comments
 (0)