Skip to content

Commit b0fb36a

Browse files
authored
Merge pull request #648 from dra27/no-vcs
Don't install Cygwin's git or mercurial
2 parents 2ebd6fc + 40f7dfb commit b0fb36a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ and this project adheres to
88

99
## [unreleased]
1010

11+
### Changed
12+
13+
- Don't install Cygwin's git or mercurial packages (reduces cache by ~90MB)
14+
1115
## [2.0.10]
1216

1317
### Fixed

dist/index.js

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

src/setup-ocaml/opam.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,10 +180,8 @@ async function setupCygwin() {
180180
const packages = [
181181
"curl",
182182
"diffutils",
183-
"git",
184183
"m4",
185184
"make",
186-
"mercurial",
187185
"mingw64-i686-gcc-core",
188186
"mingw64-i686-gcc-g++",
189187
"mingw64-x86_64-gcc-core",

0 commit comments

Comments
 (0)