Skip to content

Commit

Permalink
Move gcc-multilib and g++-multilib to optional dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <[email protected]>
  • Loading branch information
smorimoto committed Jan 16, 2025
1 parent c624a4a commit e8e5067
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist/index.js

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

4 changes: 2 additions & 2 deletions packages/setup-ocaml/src/unix.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ export async function installUnixSystemPackages() {
const isGitHubRunner = process.env.GITHUB_ACTIONS === "true";
const optionalDependencies = await retrieveInstallableOptionalDependencies([
"darcs",
"g++-multilib",
"gcc-multilib",
"mercurial",
]);
if (isGitHubRunner) {
Expand All @@ -45,8 +47,6 @@ export async function installUnixSystemPackages() {
"--yes",
"install",
"bubblewrap",
"g++-multilib",
"gcc-multilib",
"musl-tools",
"rsync",
...optionalDependencies,
Expand Down

0 comments on commit e8e5067

Please sign in to comment.