Skip to content

Commit 0834ce8

Browse files
committed
which opam
1 parent a3c3571 commit 0834ce8

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
@@ -262,7 +262,7 @@ jobs:
262262
if: steps.cache-opam-env.outputs.cache-hit != 'true'
263263
shell: bash
264264
run: |
265-
command -v opam | tee .opam-path
265+
which opam | tee .opam-path
266266
opam env > .opam-env
267267
268268
- name: Install OPAM dependencies

0 commit comments

Comments
 (0)