mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-27 14:59:02 +08:00
fix: missing deps
fix: trusted sourceline fix: libc6 arm64 def fix: aarch64 appimage build fix: change to ports ubuntu
This commit is contained in:
parent
3f3e71c1f9
commit
522aacb9b5
2
.github/workflows/flutter-nightly.yml
vendored
2
.github/workflows/flutter-nightly.yml
vendored
@ -976,7 +976,7 @@ jobs:
|
||||
- name: Prepare env
|
||||
run: |
|
||||
sudo apt update -y
|
||||
sudo apt-get -qq install -y git curl wget nasm yasm libgtk-3-dev
|
||||
sudo apt-get -qq install -y git curl wget nasm yasm libgtk-3-dev libarchive-tools
|
||||
mkdir -p ./target/release/
|
||||
|
||||
- name: Restore the rustdesk lib file
|
||||
|
@ -22,19 +22,18 @@ AppDir:
|
||||
exec_args: $@
|
||||
apt:
|
||||
arch:
|
||||
- aarch64
|
||||
- arm64
|
||||
allow_unauthenticated: true
|
||||
sources:
|
||||
- sourceline: deb https://mirrors.ustc.edu.cn/ubuntu-ports/ bionic main restricted
|
||||
- sourceline: deb https://mirrors.ustc.edu.cn/ubuntu-ports/ bionic-updates main restricted
|
||||
- sourceline: deb https://mirrors.ustc.edu.cn/ubuntu-ports/ bionic universe
|
||||
- sourceline: deb https://mirrors.ustc.edu.cn/ubuntu-ports/ bionic-updates universe
|
||||
- sourceline: deb https://mirrors.ustc.edu.cn/ubuntu-ports/ bionic multiverse
|
||||
- sourceline: deb https://mirrors.ustc.edu.cn/ubuntu-ports/ bionic-updates multiverse
|
||||
- sourceline: deb https://mirrors.ustc.edu.cn/ubuntu-ports/ bionic-backports main restricted
|
||||
- sourceline: deb [arch=arm64] http://ports.ubuntu.com/ubuntu-ports/ bionic main restricted universe multiverse
|
||||
key_url: 'http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3b4fe6acc0b21f32'
|
||||
- sourceline: deb [arch=arm64] http://ports.ubuntu.com/ubuntu-ports/ bionic-updates main restricted universe multiverse
|
||||
key_url: 'http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3b4fe6acc0b21f32'
|
||||
- sourceline: deb [arch=arm64] http://ports.ubuntu.com/ubuntu-ports/ bionic-backports main restricted
|
||||
universe multiverse
|
||||
key_url: 'http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3b4fe6acc0b21f32'
|
||||
include:
|
||||
- libc6:amd64
|
||||
- libc6
|
||||
- libgtk-3-0
|
||||
- libxcb-randr0
|
||||
- libxdo3
|
||||
|
Loading…
Reference in New Issue
Block a user