diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2020-12-10 15:24:44 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-11 00:24:44 +0100 |
commit | 1a07f572f4871244efb657ff5ebcb27636a0b18e (patch) | |
tree | 8fcb95aaa053f21b8b3ea54acc5aa977df25d5ea | |
parent | 73299b048f57838d83a3a8159909386a0905e553 (diff) | |
download | Nim-1a07f572f4871244efb657ff5ebcb27636a0b18e.tar.gz |
unbreak CI, disable fidget, refs #16315 (#16316)
-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 2da10e749..361ecaa88 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -37,7 +37,7 @@ pkg1 "delaunay" pkg1 "docopt" pkg1 "easygl", "nim c -o:egl -r src/easygl.nim", "https://github.com/jackmott/easygl" pkg1 "elvis" -pkg1 "fidget" +# pkg1 "fidget" # pending bug #16315 and https://github.com/guzba/supersnappy/issues/3 pkg1 "fragments", "nim c -r fragments/dsl.nim" pkg1 "gara" pkg1 "glob" |