Skip to content

Commit c6529e9

Browse files
committed
fixup! CI/OCaml: load environment in GITHUB_ENV
1 parent 93e94f4 commit c6529e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)