Skip to content

Commit 2814d5d

Browse files
committed
it should be a dirname
1 parent bc26b43 commit 2814d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ jobs:
274274
- name: Use cached OPAM env
275275
if: steps.cache-opam-env.outputs.cache-hit == 'true'
276276
run: |
277-
cat .opam-path >> $GITHUB_PATH
277+
dirname $(cat .opam-path) >> $GITHUB_PATH
278278
279279
- name: Use cached OPAM env
280280
if: steps.cache-opam-env.outputs.cache-hit == 'true'

0 commit comments

Comments
 (0)