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

This commit is contained in:
2025-06-24 11:29:25 +02:00
parent 6983253c9e
commit cd61d5c82a

View File

@@ -6,10 +6,10 @@ on:
jobs:
build:
runs-on: ubuntu-latest
container: golang:1.24-bookworm
steps:
- name: Install dependencies
# run: apt update && apt -y install openssh-client
run: apk add openssh-client
- name: Setup SSH
run: |
mkdir -p ~/.ssh