As part of https://github.com/sillsdev/chorus/issues/350, we'll want to build the chg binary in our GHA workflow for Linux, and deploy NuGet packages containing the chg binary installed alongside hg. That way https://github.com/sillsdev/chorus/issues/350 will be able to look for chg instead of hg when running on Linux, and everything should be just a drop-in replacement.
As part of https://github.com/sillsdev/chorus/issues/350, we'll want to build the
chg
binary in our GHA workflow for Linux, and deploy NuGet packages containing thechg
binary installed alongsidehg
. That way https://github.com/sillsdev/chorus/issues/350 will be able to look forchg
instead ofhg
when running on Linux, and everything should be just a drop-in replacement.