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

This commit is contained in:
2025-06-24 11:41:12 +02:00
parent 720865c984
commit f2a943de3c

View File

@@ -9,7 +9,7 @@ jobs:
container: golang:1.24-bookworm
steps:
- name: Install dependencies
run: apt update && apt -y install nodejs
run: apt update && apt -y install nodejs bash
- name: Setup SSH
run: |
mkdir -p ~/.ssh