nicmr / fidelitas

Rust network audio player and web client using actix and crossbeam multithreading, websockets, libvlc, and an Elm frontend.
GNU General Public License v3.0
0 stars 0 forks source link

Cache vlc binaries on each runner #38

Open nicmr opened 4 years ago

nicmr commented 4 years ago

Right now, a lot of github actions run time is wasted downloading vlc binaries over and over.

The CI runners should cache it instead.