fixes chronicles (#21114)

This commit is contained in:
ringabout
2022-12-16 11:36:52 +08:00
committed by GitHub
parent d00477dffb
commit 78b68421da

View File

@@ -51,7 +51,7 @@ pkg "c2nim", "nim c testsuite/tester.nim"
pkg "cascade"
pkg "cello", url = "https://github.com/nim-lang/cello", useHead = true
pkg "chroma"
pkg "chronicles", "nimble install -y stew@#head; nim c -o:chr -r chronicles.nim"
pkg "chronicles", "nim c -o:chr -r chronicles.nim", url = "https://github.com/nim-lang/nim-chronicles"
pkg "chronos", "nim c -r -d:release tests/testall", url = "https://github.com/nim-lang/nim-chronos"
pkg "cligen", "nim c --path:. -r cligen.nim"
pkg "combparser", "nimble test --gc:orc"