diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2023-04-26 16:00:43 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-26 16:00:43 +0800 |
commit | 8f79a124c96947283deecb137b7849557ae47f2f (patch) | |
tree | 722182d2613b5e59679229b3c455ec8d45c2f10d /testament/important_packages.nim | |
parent | 69c193e5e2dbdbadbf2d8767602b27451afd1e5e (diff) | |
download | Nim-8f79a124c96947283deecb137b7849557ae47f2f.tar.gz |
fixes broken CI (#21732)
* fixes broken CI * Update testament/important_packages.nim
Diffstat (limited to 'testament/important_packages.nim')
-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 08cafa008..2fe012b26 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -136,7 +136,7 @@ pkg "pylib" pkg "rbtree" pkg "react", "nimble example" pkg "regex", "nim c src/regex" -pkg "result", "nim c -r result.nim" +pkg "results", "nim c -r results.nim" pkg "RollingHash", "nim c -r tests/test_cyclichash.nim" pkg "rosencrantz", "nim c -o:rsncntz -r rosencrantz.nim" pkg "sdl1", "nim c -r src/sdl.nim" |