this repo has no description
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

๐Ÿ’š Install missing lib*-dev deps

+13 -1
+13 -1
.github/workflows/docs.yml
··· 14 14 uses: daaku/gh-action-apt-install@v4 15 15 with: 16 16 # https://github.com/zmwangx/rust-ffmpeg/wiki/Notes-on-building 17 - packages: clang libavcodec-dev libavfilter-dev libavformat-dev libavutil-dev pkg-config 17 + # https://github.com/zmwangx/rust-ffmpeg-sys/blob/a13516c4f2183330468f3f5867262a78674f61e0/build.rs#L34-L71 18 + packages: > 19 + pkg-config 20 + clang 21 + libavcodec-dev 22 + libavdevice-dev 23 + libavfilter-dev 24 + libavformat-dev 25 + libavresample-dev 26 + libavutil-dev 27 + libpostproc-dev 28 + libswresample-dev 29 + libswscale-dev 18 30 - uses: actions-rs/toolchain@v1 19 31 with: { toolchain: stable } 20 32 - uses: actions-rs/cargo@v1