Add rsync to workflow build
All checks were successful
Build & Upload FAH Client DEB / build (push) Successful in 2m18s

This commit is contained in:
mrkmntal 2025-11-07 18:06:02 -05:00
commit 4a2379be7d

View file

@ -21,7 +21,7 @@ jobs:
- name: Install packaging tools
run: |
apt-get update
apt-get install -y dpkg-dev fakeroot lintian
apt-get install -y dpkg-dev rsync fakeroot lintian
- name: Build Debian package
run: |