Closed enthus1ast closed 8 months ago
This is something nimble related or the Github Actions tests would not pass.
Nim 2.0 unfortunately pretty much broke nimble so I would imagine it could be pkgs/ vs pkgs2/ and installed with Nim 1.x vs 2.x conflicts. A clean reset of the nimble installed stuff would be the real test which is what the Github Actions attempt to ensure works.
Re-runniing now: https://github.com/guzba/mummy/actions/runs/7824996753
Ok it was indeed some nimble stuff (i think it was the nimble cache), i did:
cd ~/.nimble/pkgs
rm -r zippy*
rm -r webby*
rm -r crunchy*
rm -r nimsimd*
cd ~/.nimble/pkgs2
rm -r mummy*
rm -r zippy*
rm -r webby*
rm -r crunchy*
rm -r nimsimd*
rm -r mummy*
cd ~/.cache/nim # <--- this might have fixed it
rm -r *
nimble install mummy
should have done this before, so sorry for the noise.
when i just do:
i get the error:
did i messed up my nimble installation?