From 7aca341c736e059cea0a15079cd2562253ec4e34 Mon Sep 17 00:00:00 2001 From: giskard Date: Sun, 27 Oct 2024 22:26:32 +0800 Subject: [PATCH] monocypher: disable windows ci --- ci_config.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ci_config.json b/ci_config.json index 8ef616fe8..18c6717be 100644 --- a/ci_config.json +++ b/ci_config.json @@ -736,6 +736,11 @@ ], "skip_tests": true }, + "monocypher": { + "build_on": { + "windows": false + } + }, "mpdecimal": { "build_options": [ "mpdecimal:examples=true",