Skip to content

Commit

Permalink
_
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <[email protected]>
  • Loading branch information
smorimoto committed Jun 11, 2024
1 parent 579b520 commit 8257cb4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

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

2 changes: 1 addition & 1 deletion dist/post/index.js

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

2 changes: 1 addition & 1 deletion packages/setup-ocaml/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const PLATFORM = (() => {
}
})();

export const CYGWIN_MIRROR = "https://mirrors.kernel.org/sourceware/cygwin/";
export const CYGWIN_MIRROR = "https://cygwin.mirror.constant.com";

export const CYGWIN_ROOT = path.join("D:", "cygwin");

Expand Down

0 comments on commit 8257cb4

Please sign in to comment.