You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really like the idea of using NPM for distributing binaries. Trust works really well for automating the creation of binaries. But I think we should use a node script to download the releases. I'm running into the same issue trying to distribute rustywind
The text was updated successfully, but these errors were encountered:
install.sh: ERROR need rustc (command not found)
this will work without rust: https://gist.github.com/sjparkinson/327dc78c60ab81a06c946630b4288910
But there is a problem with
mktemp
on linux #9I really like the idea of using NPM for distributing binaries. Trust works really well for automating the creation of binaries. But I think we should use a node script to download the releases. I'm running into the same issue trying to distribute rustywind
The text was updated successfully, but these errors were encountered: