Skip to content

Commit 0a3a013

Browse files
committed
why
1 parent bc6b86d commit 0a3a013

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,10 @@ jobs:
275275
- name: Use cached OPAM env
276276
if: steps.cache-opam-env.outputs.cache-hit == 'true'
277277
run: |
278+
ls -al "$(dirname "$(cat .opam-path)")"
279+
ls -al "$(cat .opam-path)"
278280
chmod +x "$(cat .opam-path)"
279-
dirname "$(cat .opam-path)" >> $GITHUB_PATH
281+
echo "$(dirname "$(cat .opam-path)")" >> $GITHUB_PATH
280282
281283
- name: Use cached OPAM env
282284
if: steps.cache-opam-env.outputs.cache-hit == 'true'

0 commit comments

Comments
 (0)