Skip to content

Commit

Permalink
refactored pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
ardevd committed Dec 11, 2024
1 parent 2584e6a commit 5660f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scrcpy-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
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
pip3 install meson --user
pip3 install meson
# Install appimage-builder
wget https://github.com/AppImageCrafters/appimage-builder/releases/download/continuous/appimage-builder-x86_64.AppImage -O /usr/local/bin/appimage-builder
chmod +x /usr/local/bin/appimage-builder
Expand Down

0 comments on commit 5660f3d

Please sign in to comment.