Skip to content

Commit 22c5fb9

Browse files
committed
Fix docs.rs check
1 parent e5fdaa7 commit 22c5fb9

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

.github/workflows/ci.yml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,39 @@ jobs:
258258
toolchain: nightly
259259
override: true
260260

261+
# https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu
262+
- name: Install FFmpegBuildTools
263+
run: |
264+
sudo apt-get update -qq && sudo apt-get -y install \
265+
autoconf \
266+
automake \
267+
build-essential \
268+
cmake \
269+
git-core \
270+
libass-dev \
271+
libfreetype6-dev \
272+
libgnutls28-dev \
273+
libsdl2-dev \
274+
libtool \
275+
libva-dev \
276+
libvdpau-dev \
277+
libvorbis-dev \
278+
libxcb1-dev \
279+
libxcb-shm0-dev \
280+
libxcb-xfixes0-dev \
281+
pkg-config \
282+
texinfo \
283+
wget \
284+
yasm \
285+
zlib1g-dev
286+
sudo apt-get -y install nasm
287+
sudo apt-get -y install libx264-dev
288+
sudo apt-get -y install libx265-dev libnuma-dev
289+
sudo apt-get -y install libvpx-dev
290+
sudo apt-get -y install libfdk-aac-dev
291+
sudo apt-get -y install libmp3lame-dev
292+
sudo apt-get -y install libopus-dev
293+
261294
- name: Binding Build
262295
run: DOCS_RS=1 cargo build --verbose
263296
- name: Document Generation

0 commit comments

Comments
 (0)