Skip to content

Commit 576c591

Browse files
committed
fixup! CI/OCaml: load environment in GITHUB_ENV
1 parent 31f463e commit 576c591

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/actions/setup-ocaml/action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@ runs:
1616
shell: bash
1717
run: |
1818
# Export all OPAM environment variables to GITHUB_ENV
19-
# This avoids other steps to run `eval $(opam env)`
20-
opam env >> $GITHUB_ENV
19+
opam env | sed -E 's/; export [A-Za-z_][A-Za-z0-9_]*;?//g'

0 commit comments

Comments
 (0)