Skip to content

Commit 2756db1

Browse files
committed
Expose OPAMCONFIRMLEVEL as unsafe-yes
Signed-off-by: Sora Morimoto <[email protected]>
1 parent f9713ae commit 2756db1

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
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+
### Added
12+
13+
- Expose `OPAMCONFIRMLEVEL` as `unsafe-yes`.
14+
1115
## [2.1.4]
1216

1317
### Fixed

dist/index.js

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

packages/setup-ocaml/src/installer.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ export async function installer() {
4848
// https://github.com/ocaml/opam/issues/3447
4949
core.exportVariable("OPAMSOLVERTIMEOUT", 1000);
5050
core.exportVariable("OPAMYES", 1);
51+
core.exportVariable("OPAMCONFIRMLEVEL", "unsafe-yes");
5152
if (PLATFORM === "win32") {
5253
const opamRoot = path.join("D:", ".opam");
5354
core.exportVariable("OPAMROOT", opamRoot);

0 commit comments

Comments
 (0)