File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1919 with :
2020 submodules : recursive
2121 - name : Packages
22- run : sudo apt-get update && sudo apt-get install build-essential yasm libavutil-dev libavcodec-dev libavformat-dev libavfilter-dev libavfilter-dev libavdevice-dev libswresample-dev libfftw3-dev ffmpeg mpd
22+ run : sudo apt-get update && sudo apt-get install build-essential yasm libavutil-dev libavcodec-dev libavformat-dev libavfilter-dev libavfilter-dev libavdevice-dev libswresample-dev libfftw3-dev ffmpeg mpd libsqlite3-dev
2323 - name : Check format
2424 run : cargo fmt -- --check
2525 - name : Lint
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ On Debian-based systems:
3333
3434On Archlinux:
3535
36- $ sudo pacman -S base-devel clang ffmpeg
36+ $ sudo pacman -S base-devel clang ffmpeg sqlite
3737
3838Finally, use ` cargo install blissify ` to install it.
3939
You can’t perform that action at this time.
0 commit comments