Skip to content

Commit

Permalink
CI: Add further packages for build-requirements on Linux
Browse files Browse the repository at this point in the history
Some more packages are required to build deb package by the script
`.github/scripts/package-linux`.
  • Loading branch information
norihiro authored and PatTheMav committed Dec 8, 2023
1 parent 8fc0489 commit cedf0ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/utils.zsh/setup_linux
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ if [[ ${CPUTYPE} != ${target##*-} ]] {

sudo apt-get install -y --no-install-recommends \
build-essential \
lsb-release dh-cmake \
libcurl4-openssl-dev \
libavcodec-dev libavdevice-dev libavfilter-dev libavformat-dev libavutil-dev \
libswresample-dev libswscale-dev \
Expand Down

0 comments on commit cedf0ac

Please sign in to comment.