Skip to content

Commit 8f6c9b7

Browse files
committed
Log OPAM version and path info
1 parent e1f5f22 commit 8f6c9b7

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
@@ -234,6 +234,12 @@ jobs:
234234
fi
235235
shell: bash
236236

237+
- name: Log OPAM and path info
238+
run: |
239+
echo OPAM version: $(opam --version)
240+
echo Path: $PATH
241+
shell: bash
242+
237243
- name: Compiler build state key
238244
id: compiler-build-state-key
239245
shell: bash

0 commit comments

Comments
 (0)