From 42205882d7fa93f58741bfa6dc79491126e7fc67 Mon Sep 17 00:00:00 2001 From: Marius Alwan Meyer Date: Sun, 9 Apr 2023 19:39:47 +0000 Subject: [PATCH] install ssh too --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eb3c658..75cdd5f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,8 +9,8 @@ jobs: image: zmkfirmware/zmk-build-arm:stable name: Build steps: - - name: Install Node in Container - run: apt update; apt install nodejs -y + - name: Install Dependencies + run: apt update; apt install -y nodejs ssh - name: Setup Node uses: actions/setup-node@v3 - name: Checkout