Skip to content

Commit

Permalink
install meson globally
Browse files Browse the repository at this point in the history
  • Loading branch information
ardevd committed Dec 11, 2024
1 parent 88f5d48 commit 8aa582c
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 --break-system-packages meson --user
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
chmod +x /usr/local/bin/appimage-builder
Expand Down

0 comments on commit 8aa582c

Please sign in to comment.