From 433cd8222f8b644797eb4dd4a495c1f801959491 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Mon, 9 Mar 2020 19:07:41 +0100 Subject: [PATCH] Missing Conan remotes added to build.py --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index dc9036c2..911701fb 100644 --- a/build.py +++ b/build.py @@ -8,7 +8,7 @@ if __name__ == "__main__": stable_branch_pattern = r"v\d+\.\d+\.\d+.*", # dependencies - remotes = None, + remotes = "https://api.bintray.com/conan/bincrafters/public-conan, https://api.bintray.com/conan/twonington/public-conan", build_policy = "outdated", upload_dependencies="all",