Skip to content

Commit

Permalink
First update msys2 runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
tobil4sk committed Sep 5, 2024
1 parent 896ed06 commit dc4cdf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/index.js

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

1 change: 1 addition & 0 deletions packages/setup-ocaml/src/windows.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ async function getMsys2Install(): Promise<[root: string, pacmanPath: string]> {
export async function prepareMsys2(): Promise<string> {
return await core.group("Install needed Msys2 packages", async () => {
const [root, pacmanPath] = await getMsys2Install();
await exec(pacmanPath, ["-Syu", "--noconfirm", "msys2-runtime"]);
const packages = [
"curl",
"diffutils",
Expand Down

0 comments on commit dc4cdf0

Please sign in to comment.