jwoudenberg / elm-pair

An artificial pair-programmer that helps you write Elm

Home Page:https://elm-pair.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix binaries for MacOS

jwoudenberg opened this issue · comments

The github action setup seems to generate very small binaries that do not work for some reason, and the binary I manually uploaded links to C dependencies in the nix store.

Uncovered in: #8

Just a note that release-7 and earlier were non-problematic. The problem started happening sometime around release-8.

No idea why the release script broke between release 7 and 8, and whether it was my code changes that did it, or one of the workflow dependencies or something. Running a simpler cargo build command without the --target flag seems to help though, MacOS binary is restored!

Commit: 5f56865

Confirming it works for me now via the official channel 🙂 🎉