Bumps Conan version for offline dep job

This commit is contained in:
Dmitry Vedenko 2023-02-03 14:41:00 +03:00
parent 2abc485931
commit b1a3745935
No known key found for this signature in database
GPG Key ID: F4C37A6204F983A2
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -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);