From e747d6d3f73e66aa405b7baa6b42faaddec8fd1b Mon Sep 17 00:00:00 2001 From: Patrick Wuttke Date: Wed, 20 Nov 2024 20:19:55 +0100 Subject: [PATCH] Limit CURL version to anything before 8.10.0 for now. --- dependencies.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dependencies.json b/dependencies.json index 0c3bb73..0038d16 100644 --- a/dependencies.json +++ b/dependencies.json @@ -13,6 +13,7 @@ }, "curl": { - "condition": "getenv('MIJIN_ENABLE_CURL')" + "condition": "getenv('MIJIN_ENABLE_CURL')", + "max": [8, 9, 1] } }