Proryanator / encoder-benchmark

A tool to benchmark your hardware's real-time video encoding capabilities.
GNU General Public License v3.0
63 stars 5 forks source link

Fix issue with rust-setup job missing repo dependency #61

Closed Proryanator closed 3 weeks ago

Proryanator commented 4 weeks ago

The repo that this project was using to setup jobs for github actions, specific for quick setup to use rust, atiltedtree/setup-rust, is no longer up on github and therefore none of the jobs work anymore.

We should fix this, by finding an equivalent setup job or making our own that has less breakable dependencies.