tummychow / git-absorb

git commit --fixup, but automatic
https://crates.io/crates/git-absorb
BSD 3-Clause "New" or "Revised" License
3.38k stars 58 forks source link

Publish Windows (x64) binaries #38

Closed sschuberth closed 2 years ago

sschuberth commented 3 years ago

Can we please also get Windows (at least x64) binaries for releases, so Git for Windows users can easily try out this project without the need to install Rust?

tummychow commented 3 years ago

i have no windows machines on which to compile those binaries, and i'm not interested in learning to cross compile for a platform i never touch. so the only way it's going to happen is if someone figures out how to do it in ci and sends a pr for that. preferably github actions

sschuberth commented 3 years ago

I did some quick searching and https://github.com/Douile/rust-build.action looks like a candidate.