From 9ae7d91365cd8df70862173781fd9afe8a9c16f7 Mon Sep 17 00:00:00 2001 From: Vegard Engen Date: Fri, 27 Jun 2025 01:28:01 +0200 Subject: [PATCH] Need docker on main build --- .gitea/workflows/kobuild.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/kobuild.yaml b/.gitea/workflows/kobuild.yaml index 295eccb..e3d7c79 100644 --- a/.gitea/workflows/kobuild.yaml +++ b/.gitea/workflows/kobuild.yaml @@ -14,8 +14,8 @@ jobs: echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa chmod 600 ~/.ssh/id_rsa ssh-keyscan gitea-ssh.engen.priv.no >> ~/.ssh/known_hosts - - name: Install node and go - run: apt update && apt -y install nodejs + - name: Install node and dockwr.io + run: apt update && apt -y install nodejs docker.io - name: Check out repository code uses: actions/checkout@v4 - name: ssh repo