Skip to content

Commit

Permalink
Update repo where issues should be opened
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoH2O1999 committed Nov 28, 2023
1 parent 889d7a4 commit 2b60515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builder/factory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default async function getBuilder(
return new MacOSBuilder(specificVersion, arch);
}
core.info(
`Building CPython on ${process.platform} is not yet supported. Feel free to open an issue at https://github.com/MatteoH2O1999/build-and-install-python`
`Building CPython on ${process.platform} is not yet supported. Feel free to open an issue at https://github.com/MatteoH2O1999/setup-python`
);
return null;
}
Expand Down

0 comments on commit 2b60515

Please sign in to comment.