We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca42955 commit 0407ba7Copy full SHA for 0407ba7
.github/workflows/build-ffmpeg.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: 安装依赖包
27
run: |
28
sudo apt-get update
29
- sudo apt-get install -y autoconf automake libtool pkg-config curl git doxygen nasm cmake gcc gperf texinfo yasm bison autogen wget autopoint meson ninja-build ragel groff gtk-doc-tools libtasn1-6-dev libtasn1-bin
+ sudo apt-get install -y autoconf automake libtool pkg-config curl git doxygen nasm cmake gcc gperf texinfo yasm bison autogen wget autopoint meson ninja-build ragel groff gtk-doc-tools libtasn1-6-dev libtasn1-bin libgnutls28-dev libunistring-dev
30
31
- name: 设置 Android SDK
32
uses: android-actions/setup-android@v2
0 commit comments