Fix CI: use apt-get with update to install rsync and openssh-client
Some checks failed
Deploy / deploy (push) Failing after 14s
Some checks failed
Deploy / deploy (push) Failing after 14s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
f3fb2d4338
commit
71b314bcc0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue