diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2023-09-26 17:39:59 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-26 17:39:59 +0800 |
commit | 46544f234df3c473e6cd798eca4754c84be96abc (patch) | |
tree | 8de47de4e872fa1687ecdc20731af33986a8cc0f /testament | |
parent | 3979e83fcbf5e7bda9a1bad55fa9d594f36158de (diff) | |
download | Nim-46544f234df3c473e6cd798eca4754c84be96abc.tar.gz |
fixes stint CI (#22756)
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 873da0dbd..60019dd8d 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -150,7 +150,7 @@ pkg "smtp", "nimble compileExample" pkg "snip", "nimble test", "https://github.com/genotrance/snip" pkg "ssostrings" pkg "stew" -pkg "stint", "nim r stint.nim" +pkg "stint", "nim c stint.nim" pkg "strslice" pkg "strunicode", "nim c -r --mm:refc src/strunicode.nim" pkg "supersnappy" |