We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93e94f4 commit c6529e9Copy full SHA for c6529e9
.github/actions/setup-ocaml/action.yml
@@ -17,4 +17,4 @@ runs:
17
run: |
18
# Export all OPAM environment variables to GITHUB_ENV
19
# This avoids other steps to run `eval $(opam env)`
20
- opam env | sed -E 's/; export [A-Za-z_][A-Za-z0-9_]*;?//g'
+ opam env | sed -E 's/; export [A-Za-z_][A-Za-z0-9_]*;?//g' >> $GITHUB_ENV
0 commit comments