Update rsync
Some checks failed
Deploy / deploy (push) Failing after 8s

This commit is contained in:
2026-03-21 22:11:22 +01:00
parent 4eae30c0e5
commit 87d2f0add3

View File

@@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4
- name: Install rsync
run: apt-get install -y rsync 2>/dev/null || apk add rsync
run: apt-get install -y rsync
- name: Copy files to NAS
run: |