From 719ba853bce3cca9f7650a2fecb653e08dc57e7d Mon Sep 17 00:00:00 2001 From: Vegard Engen Date: Tue, 24 Jun 2025 11:31:09 +0200 Subject: [PATCH] fix --- .gitea/workflows/publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index f5a079f..3530fce 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -8,8 +8,8 @@ jobs: runs-on: ubuntu-latest container: golang:1.24-bookworm steps: - #- name: Install dependencies - # run: apt update && apt -y install openssh-client + - name: Install dependencies + run: apt update && apt -y install nodejs - name: Setup SSH run: | mkdir -p ~/.ssh