fix
Some checks failed
Build project / build (push) Has been cancelled
Publish / build (push) Failing after 3s

This commit is contained in:
2025-06-24 11:26:23 +02:00
parent 1d7c7c864e
commit 6983253c9e

View File

@@ -8,7 +8,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- 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
run: |
mkdir -p ~/.ssh