Fix CI: use apt-get with update to install rsync and openssh-client
Some checks failed
Deploy / deploy (push) Failing after 14s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
isUnknown 2026-03-05 07:07:09 +01:00
parent f3fb2d4338
commit 71b314bcc0

View file

@ -18,7 +18,7 @@ jobs:
- name: Setup SSH
run: |
apk add --no-cache rsync openssh || apt-get install -y rsync openssh-client
apt-get update -qq && apt-get install -y -qq rsync openssh-client
mkdir -p ~/.ssh
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_ed25519
chmod 600 ~/.ssh/id_ed25519