From f2a943de3cfd64a819ed29ce4c8569ccbedb5629 Mon Sep 17 00:00:00 2001 From: Vegard Engen Date: Tue, 24 Jun 2025 11:41:12 +0200 Subject: [PATCH] fix --- .gitea/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index ee3ef8b..1418c7a 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -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