mirror of
https://github.com/graalvm/setup-graalvm.git
synced 2025-07-03 00:03:20 +08:00
change remote repository to fork
This commit is contained in:
parent
40a98bdc5d
commit
8c4087223f
2
dist/main/index.js
generated
vendored
2
dist/main/index.js
generated
vendored
@ -70418,7 +70418,7 @@ function setUpNativeImageMusl() {
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
core.startGroup(`Setting up musl for GraalVM Native Image...`);
|
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 muslExtractPath = yield tc.extractTar(muslDownloadPath);
|
||||||
const muslPath = (0, path_1.join)(muslExtractPath, MUSL_NAME);
|
const muslPath = (0, path_1.join)(muslExtractPath, MUSL_NAME);
|
||||||
const zlibCommit = 'ec3df00224d4b396e2ac6586ab5d25f673caa4c2';
|
const zlibCommit = 'ec3df00224d4b396e2ac6586ab5d25f673caa4c2';
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/graalvm/setup-graalvm.git"
|
"url": "git+https://github.com/jessiscript/setup-graalvm.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"graalvm",
|
"graalvm",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user