Skip to content

Commit c0776a2

Browse files
committed
chore(windows): log Cygwin homepage when parsing failed
1 parent fa86e77 commit c0776a2

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

dist/index.cjs

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/setup-ocaml/src/windows.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ export async function getCygwinVersion() {
3636
if (version !== null) {
3737
return version;
3838
} else {
39+
core.info("Cygwin homepage:");
40+
core.info(body);
3941
throw new Error("Couldn't parse Cygwin version from homepage");
4042
}
4143
}

0 commit comments

Comments
 (0)