change remote repository to fork

This commit is contained in:
jpaul 2023-11-01 10:13:12 +01:00
parent 40a98bdc5d
commit 8c4087223f
2 changed files with 1669 additions and 1669 deletions

2
dist/main/index.js generated vendored
View File

@ -70418,7 +70418,7 @@ function setUpNativeImageMusl() {
}
else {
core.startGroup(`Setting up musl for GraalVM Native Image...`);
const muslDownloadPath = yield tc.downloadTool(`https://github.com/graalvm/setup-graalvm/releases/download/x86_64-linux-musl-${MUSL_VERSION}/${MUSL_NAME}.tgz`);
const muslDownloadPath = yield tc.downloadTool(`https://github.com/jessiscript/setup-graalvm/releases/download/x86_64-linux-musl-${MUSL_VERSION}/${MUSL_NAME}.tgz`);
const muslExtractPath = yield tc.extractTar(muslDownloadPath);
const muslPath = (0, path_1.join)(muslExtractPath, MUSL_NAME);
const zlibCommit = 'ec3df00224d4b396e2ac6586ab5d25f673caa4c2';

View File

@ -16,7 +16,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/graalvm/setup-graalvm.git"
"url": "git+https://github.com/jessiscript/setup-graalvm.git"
},
"keywords": [
"graalvm",