mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-06 16:18:59 +00:00
Try fixing aarch64 dependencies
This commit is contained in:
parent
9d9688ddf6
commit
8bf02587ff
1 changed files with 9 additions and 4 deletions
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
|
@ -136,12 +136,17 @@ jobs:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Update sources list
|
||||||
|
run: |
|
||||||
|
sudo sed -i 's|http://ports.ubuntu.com/ubuntu-ports|http://archive.ubuntu.com/ubuntu|g' /etc/apt/sources.list
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt install -y meson ninja-build nasm ffmpeg libsdl2-2.0-0 \
|
sudo apt-get update
|
||||||
|
sudo apt-get install -y meson ninja-build nasm ffmpeg libsdl2-2.0-0 \
|
||||||
libsdl2-dev libavcodec-dev libavdevice-dev libavformat-dev \
|
libsdl2-dev libavcodec-dev libavdevice-dev libavformat-dev \
|
||||||
libavutil-dev libswresample-dev libusb-1.0-0 libusb-1.0-0-dev \
|
libavutil-dev libswresample-dev libusb-1.0-0 libusb-1.0-0-dev \
|
||||||
libv4l-dev
|
libv4l-dev --fix-missing
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: release/build_linux.sh aarch64
|
run: release/build_linux.sh aarch64
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue