mirror of
https://github.com/rustdesk/rustdesk
synced 2026-05-23 08:58:52 +00:00
opt: add necessary deps for flatpak
This commit is contained in:
parent
f672e022de
commit
4da9ecc4c7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/flutter-nightly.yml
vendored
2
.github/workflows/flutter-nightly.yml
vendored
|
|
@ -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 "*"
|
||||
|
|
|
|||
Loading…
Reference in a new issue