Best example of github actions for Rust?

I used to have everything figured out in Travis, but it no longer works, and I'm looking for a good template to switch to github actions.

In particular I'm interested in building and publishing release binaries for tags (releases), but of course with all other typical features.

mean-bean-ci-template is a good place to start. I've heavily modified it to fit my needs.

1 Like

I always copy from ripgrep, it has binary releases and cross compilation

2 Likes

I have copy, pasted & adapted ripgrep's workflows. Thank you BurntSushi !

mean-bean-ci-template looks good as well, seems to achieve similar things. ripgrep just seems quite similar to my use-case (CLI tool)

If you want to make good use of the GitHub cache, consider austinjones/tab-rs.

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.