fix
This commit is contained in:
2
dist/index.js
generated
vendored
2
dist/index.js
generated
vendored
@@ -28430,7 +28430,7 @@ async function run() {
|
|||||||
const downloadRequirementsPath = await (0, download_1.downloadRequirements)();
|
const downloadRequirementsPath = await (0, download_1.downloadRequirements)();
|
||||||
const bin = path.join(downloadPath, 'bin');
|
const bin = path.join(downloadPath, 'bin');
|
||||||
const lib = path.join(downloadPath, 'lib');
|
const lib = path.join(downloadPath, 'lib');
|
||||||
const requirementsLib = path.join(downloadRequirementsPath, 'lib');
|
const requirementsLib = path.join(path.join(downloadRequirementsPath, 'lib'), 'x86_64-linux-gnu');
|
||||||
core.addPath(bin);
|
core.addPath(bin);
|
||||||
core.exportVariable('LLVM_PATH', downloadPath);
|
core.exportVariable('LLVM_PATH', downloadPath);
|
||||||
const ld = process.env.LD_LIBRARY_PATH ?? '';
|
const ld = process.env.LD_LIBRARY_PATH ?? '';
|
||||||
|
|||||||
2
dist/index.js.map
generated
vendored
2
dist/index.js.map
generated
vendored
File diff suppressed because one or more lines are too long
@@ -20,7 +20,10 @@ export async function run(): Promise<void> {
|
|||||||
const bin = path.join(downloadPath, 'bin')
|
const bin = path.join(downloadPath, 'bin')
|
||||||
const lib = path.join(downloadPath, 'lib')
|
const lib = path.join(downloadPath, 'lib')
|
||||||
|
|
||||||
const requirementsLib = path.join(downloadRequirementsPath, 'lib')
|
const requirementsLib = path.join(
|
||||||
|
path.join(downloadRequirementsPath, 'lib'),
|
||||||
|
'x86_64-linux-gnu'
|
||||||
|
)
|
||||||
|
|
||||||
core.addPath(bin)
|
core.addPath(bin)
|
||||||
core.exportVariable('LLVM_PATH', downloadPath)
|
core.exportVariable('LLVM_PATH', downloadPath)
|
||||||
|
|||||||
Reference in New Issue
Block a user