diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2022-10-29 13:49:28 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-29 13:49:28 +0800 |
commit | 66f958b313ce5a10c5c4320e50dbce01803c35e6 (patch) | |
tree | df537a30ffd381eca4ab0afdbbdaeba11b501835 | |
parent | cb3af8ad397b986699a36d1fae9052bf11250b06 (diff) | |
download | Nim-66f958b313ce5a10c5c4320e50dbce01803c35e6.tar.gz |
enable weave (#20692)
-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 9befd7261..c942ef41b 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -159,7 +159,7 @@ pkg "tiny_sqlite" pkg "unicodedb", "nim c -d:release -r tests/tests.nim" pkg "unicodeplus", "nim c -d:release -r tests/tests.nim" pkg "unpack" -pkg "weave", "nimble install -y cligen synthesis;nimble test_gc_arc", url = "https://github.com/nim-lang/weave", useHead = true +pkg "weave", "nimble test_gc_arc", useHead = true pkg "websocket", "nim c websocket.nim" pkg "winim", "nim c winim.nim" pkg "with" |