From c1f31cedbb81c4ba6d82d85d6499dd812e7c6ab8 Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Thu, 30 May 2024 12:34:46 +0800 Subject: [PATCH] remove winim from important packages; since CI doesn't check windows platform (#23661) Cannot compile on Linux reliably --- testament/important_packages.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testament/important_packages.nim b/testament/important_packages.nim index b9f891dadf..56497a9498 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -172,7 +172,7 @@ pkg "union", "nim c -r tests/treadme.nim", url = "https://github.com/alaviss/uni pkg "unpack" pkg "weave", "nimble test_gc_arc", useHead = true pkg "websocket", "nim c websocket.nim" -pkg "winim", "nim c winim.nim" +# pkg "winim", allowFailure = true pkg "with" pkg "ws", allowFailure = true pkg "yaml"