fuzzball-muck / fuzzball

Ongoing development of the Fuzzball MUCK server software and associated functionality.
Other
46 stars 26 forks source link

Appveyor build failing with Conan 2.0 #684

Closed aidanPB closed 8 months ago

aidanPB commented 1 year ago

Pretty straightforward: Conan 2.0 eliminated the "user" command, so now Appveyor chokes before it even tries to actually build fbmuck. We can alter the pip install line to ensure that we use a 1.* version of Conan, or we might be able to just eliminate the conan user line entirely.

wyld-sw commented 8 months ago

Altered the pip install to use 1.62.0 in #708.