This commit is contained in:
2025-06-24 11:26:23 +02:00
parent f09e008fb7
commit 00179595e4

View File

@@ -8,7 +8,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Install dependencies - name: Install dependencies
run: apt update && apt -y install openssh-client # run: apt update && apt -y install openssh-client
run: apk add openssh-client
- name: Setup SSH - name: Setup SSH
run: | run: |
mkdir -p ~/.ssh mkdir -p ~/.ssh