This commit is contained in:
2025-06-24 11:31:09 +02:00
parent e1847f4cf9
commit 1231bc50e5

View File

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