Skip to content

Commit ee10c6e

Browse files
committed
Debug
1 parent 6fac54c commit ee10c6e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,10 @@ jobs:
169169
ocaml-compiler: ${{matrix.ocaml_compiler}}
170170
opam-pin: false
171171

172+
- name: Get OPAM executable path
173+
run: ls -lR _opam
174+
shell: bash
175+
172176
- name: Get OPAM executable path
173177
if: steps.cache-opam-env.outputs.cache-hit != 'true'
174178
uses: actions/github-script@v7

0 commit comments

Comments
 (0)