Merge pull request #2332 from Kingtous/master

opt: add necessary deps for flatpak
This commit is contained in:
RustDesk 2022-11-26 19:11:34 +08:00 committed by GitHub
commit 7ab1655e63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1168,7 +1168,7 @@ jobs:
shell: /bin/bash
install: |
apt update -y
apt install -y rpm
apt install -y rpm git wget curl
run: |
# disable git safe.directory
git config --global --add safe.directory "*"