From 2b6051546a14a969374a627e76831c0db4ff2bbf Mon Sep 17 00:00:00 2001 From: Matteo Dell'Acqua <82184604+MatteoH2O1999@users.noreply.github.com> Date: Tue, 28 Nov 2023 10:34:02 +0100 Subject: [PATCH] Update repo where issues should be opened --- src/builder/factory.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/builder/factory.ts b/src/builder/factory.ts index 1eb6835e..80e04660 100644 --- a/src/builder/factory.ts +++ b/src/builder/factory.ts @@ -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; }