Skip to content

Commit

Permalink
Set SHELLOPTS=igncr on Windows
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <[email protected]>
  • Loading branch information
smorimoto committed Dec 23, 2024
1 parent 93316be commit 56ad2ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/setup-ocaml/src/installer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export async function installer() {
core.exportVariable("CYGWIN", "winsymlinks:native");
core.exportVariable("HOME", process.env.USERPROFILE);
core.exportVariable("MSYS", "winsymlinks:native");
core.exportVariable("SHELLOPTS", "igncr");
await core.group(
"Change the file system behaviour parameters",
async () => {
Expand Down

0 comments on commit 56ad2ed

Please sign in to comment.