mirror of
https://github.com/audacity/audacity-actions.git
synced 2025-12-10 03:56:07 -06:00
Bumps Conan version for offline dep job
This commit is contained in:
parent
2abc485931
commit
b1a3745935
2
dist/generate_offline_dependencies/index.js
vendored
2
dist/generate_offline_dependencies/index.js
vendored
File diff suppressed because one or more lines are too long
@ -31,7 +31,7 @@ async function downloadConan(version) {
|
||||
}
|
||||
|
||||
async function prepareEnvironment() {
|
||||
conan = await downloadConan('1.54.0');
|
||||
conan = await downloadConan('1.58.0');
|
||||
|
||||
core.exportVariable('CONAN_USER_HOME', conanCacheLocation);
|
||||
core.addPath(bin_path);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user