Skip to content

Commit aba0d38

Browse files
committed
Debug
1 parent 6fac54c commit aba0d38

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

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

172+
- name: Debug
173+
if: runner.os == 'Linux'
174+
run: |
175+
ls -lR _opam
176+
ldd _opam/bin/dune
177+
ls -la /home/runner/work/rescript/rescript/_opam/bin/dune
178+
shell: bash
179+
172180
- name: Get OPAM executable path
173181
if: steps.cache-opam-env.outputs.cache-hit != 'true'
174182
uses: actions/github-script@v7

0 commit comments

Comments
 (0)