Skip to content

Commit

Permalink
added libsndio-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ardevd committed Dec 11, 2024
1 parent a1d6b9a commit 78bd193
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/scrcpy-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
apt install -y wget unzip build-essential ffmpeg libsdl2-2.0-0 adb libusb-1.0-0 \
gcc git pkg-config meson ninja-build libsdl2-dev \
libavcodec-dev libavdevice-dev libavformat-dev libavutil-dev \
libswresample-dev libusb-1.0-0-dev openjdk-17-jdk python3-pip
libswresample-dev libusb-1.0-0-dev openjdk-17-jdk python3-pip \
libsndio-dev
pip3 install --break-system-packages meson
# Install appimage-builder
wget https://github.com/AppImageCrafters/appimage-builder/releases/download/v1.1.0/appimage-builder-1.1.0-x86_64.AppImage -O /usr/local/bin/appimage-builder
Expand Down

0 comments on commit 78bd193

Please sign in to comment.