Skip to content

Commit

Permalink
Add cygwin mingw bin directory to PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
tobil4sk authored Sep 7, 2024
1 parent 12811da commit ed99922
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/setup-ocaml/src/installer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import {
} from "./cache.js";
import {
CYGWIN_ROOT_BIN,
CYGWIN_ROOT_MINGW_BIN,
DUNE_CACHE,
DUNE_CACHE_ROOT,
OPAM_PIN,
Expand Down Expand Up @@ -67,6 +68,7 @@ export async function installer() {
await saveCygwinCache();
}
core.addPath(CYGWIN_ROOT_BIN);
core.addPath(CYGWIN_ROOT_MINGW_BIN);
}
await setupOpam();
await repositoryRemoveAll();
Expand Down

0 comments on commit ed99922

Please sign in to comment.