ci: Add Conan retry (#7147)

This commit is contained in:
Michael Legleux
2026-05-13 12:34:46 -07:00
committed by GitHub
parent d4ebd6a168
commit 2f65cb5610

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