CI/build improvements

- use cache restore keys so that there's some caching even after deps
  change
- don't install ffmpeg stuff that hasn't been needed in a while
This commit is contained in:
Scott Lamb
2023-01-08 04:07:17 -06:00
parent dac0f44ed8
commit 2667dd68cb
2 changed files with 5 additions and 5 deletions

View File

@@ -184,9 +184,6 @@ most non-Rust dependencies:
```console
$ sudo apt-get install \
build-essential \
libavcodec-dev \
libavformat-dev \
libavutil-dev \
libncurses-dev \
libsqlite3-dev \
pkgconf \