From ec72abc7b70c8dca512e41b09d0c82e13a90dab4 Mon Sep 17 00:00:00 2001 From: narimiran Date: Tue, 10 Oct 2023 08:53:45 +0200 Subject: [PATCH] fixes stint CI --- 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 30c205a64d..213c6ac781 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -140,7 +140,7 @@ pkg "sdl2_nim", "nim c -r sdl2/sdl.nim" pkg "sigv4", "nim c --gc:arc -r sigv4.nim", "https://github.com/disruptek/sigv4" pkg "sim" pkg "snip", "nimble test", "https://github.com/genotrance/snip" -pkg "stint", "nim r stint.nim" +pkg "stint", "nim c stint.nim" pkg "strslice" pkg "strunicode", "nim c -r src/strunicode.nim" pkg "supersnappy"