ci: Add Conan retry (#7147)

This commit is contained in:
Michael Legleux
2026-05-13 12:34:46 -07:00
committed by Bart
parent dbd6c84e58
commit 282907b08f

View File

@@ -3,3 +3,5 @@
core:non_interactive=True
core.download:parallel={{ os.cpu_count() }}
core.upload:parallel={{ os.cpu_count() }}
tools.files.download:retry=5
tools.files.download:retry_wait=10