diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2024-05-30 12:34:46 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-30 12:34:46 +0800 |
commit | c1f31cedbb81c4ba6d82d85d6499dd812e7c6ab8 (patch) | |
tree | 9434fecdeaf1c6673296d895c0b741744c512c0d /testament | |
parent | b172b34a245959c7d5e8f4df3c3dcbe88b7ba6fa (diff) | |
download | Nim-c1f31cedbb81c4ba6d82d85d6499dd812e7c6ab8.tar.gz |
remove winim from important packages; since CI doesn't check windows platform (#23661)
Cannot compile on Linux reliably
Diffstat (limited to 'testament')
-rw-r--r-- | testament/important_packages.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim index b9f891dad..56497a949 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" |