mozilla / rkv

A simple, humane, typed key-value storage solution.
https://crates.io/crates/rkv
Apache License 2.0
304 stars 52 forks source link

Migrate from Travis CI to GitHub Actions #220

Closed saschanaz closed 2 years ago

saschanaz commented 2 years ago

Closes #213, closes #218

saschanaz commented 2 years ago

actions/checkout@v3, actions-rs/toolchain@v1, and actions-rs/cargo@v1 are not allowed to be used in mozilla/rkv. Actions in this workflow must be: within a repository that belongs to your Enterprise account.

Boo.

saschanaz commented 2 years ago

https://bugzilla.mozilla.org/show_bug.cgi?id=1730873 says we don't want actions-rs. action-rs/cargo is not strictly needed, but not sure how to ditch action-rs/toolchain cleanly.