nicmr / fidelitas

Rust network audio player and web client using actix and crossbeam multithreading, websockets, libvlc, and an Elm frontend.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cache vlc binaries on each runner

nicmr opened this issue · comments

commented

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

The CI runners should cache it instead.