fix: missing deps

fix: trusted sourceline

fix: libc6 arm64 def

fix: aarch64 appimage build

fix: change to ports ubuntu
This commit is contained in:
Kingtous
2023-01-09 10:38:43 +08:00
parent 3f3e71c1f9
commit 522aacb9b5
2 changed files with 9 additions and 10 deletions

View File

@@ -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