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
|
- name: Prepare env
|
||||||
run: |
|
run: |
|
||||||
sudo apt update -y
|
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/
|
mkdir -p ./target/release/
|
||||||
|
|
||||||
- name: Restore the rustdesk lib file
|
- name: Restore the rustdesk lib file
|
||||||
|
@ -22,19 +22,18 @@ AppDir:
|
|||||||
exec_args: $@
|
exec_args: $@
|
||||||
apt:
|
apt:
|
||||||
arch:
|
arch:
|
||||||
- aarch64
|
- arm64
|
||||||
allow_unauthenticated: true
|
allow_unauthenticated: true
|
||||||
sources:
|
sources:
|
||||||
- sourceline: deb https://mirrors.ustc.edu.cn/ubuntu-ports/ bionic main restricted
|
- sourceline: deb [arch=arm64] http://ports.ubuntu.com/ubuntu-ports/ bionic main restricted universe multiverse
|
||||||
- sourceline: deb https://mirrors.ustc.edu.cn/ubuntu-ports/ bionic-updates main restricted
|
key_url: 'http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3b4fe6acc0b21f32'
|
||||||
- sourceline: deb https://mirrors.ustc.edu.cn/ubuntu-ports/ bionic universe
|
- sourceline: deb [arch=arm64] http://ports.ubuntu.com/ubuntu-ports/ bionic-updates main restricted universe multiverse
|
||||||
- sourceline: deb https://mirrors.ustc.edu.cn/ubuntu-ports/ bionic-updates universe
|
key_url: 'http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3b4fe6acc0b21f32'
|
||||||
- sourceline: deb https://mirrors.ustc.edu.cn/ubuntu-ports/ bionic multiverse
|
- sourceline: deb [arch=arm64] http://ports.ubuntu.com/ubuntu-ports/ bionic-backports main restricted
|
||||||
- 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
|
|
||||||
universe multiverse
|
universe multiverse
|
||||||
|
key_url: 'http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3b4fe6acc0b21f32'
|
||||||
include:
|
include:
|
||||||
- libc6:amd64
|
- libc6
|
||||||
- libgtk-3-0
|
- libgtk-3-0
|
||||||
- libxcb-randr0
|
- libxcb-randr0
|
||||||
- libxdo3
|
- libxdo3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user