mirror of
https://github.com/audacity/audacity-actions.git
synced 2025-12-10 19:10:24 -06:00
Fixes wrong Conan used in generate_offline_dependencies
This commit is contained in:
parent
1338fcfb8e
commit
92032a4edd
4
dist/generate_offline_dependencies/index.js
vendored
4
dist/generate_offline_dependencies/index.js
vendored
File diff suppressed because one or more lines are too long
@ -25,7 +25,7 @@ async function downloadConan(version) {
|
||||
|
||||
fs.copyFileSync(cached_path, conan_path);
|
||||
|
||||
console.log(conan_path);
|
||||
console.log(`Copied ${cached_path} to ${conan_path}`);
|
||||
fs.chmodSync(conan_path, '755');
|
||||
return conan_path;
|
||||
}
|
||||
@ -35,7 +35,7 @@ async function prepareEnvironment() {
|
||||
|
||||
core.exportVariable('CONAN_USER_HOME', conanCacheLocation);
|
||||
|
||||
await helpers.execWithLog('conan', [
|
||||
await helpers.execWithLog(conan, [
|
||||
'config', 'init'
|
||||
]);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user