From a21137dcab3c1526b317f02f29a76e875bfd0c2f Mon Sep 17 00:00:00 2001 From: Marius Alwan Meyer Date: Mon, 10 Apr 2023 21:28:09 +0000 Subject: [PATCH] Revert "undo these things for curiosity" This reverts commit 84c7f2a043350643ba8fc3ee579ffbb999bc8011. --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0950ac1..7e8fb34 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,6 +12,10 @@ jobs: image: zmkfirmware/zmk-build-arm:stable name: Build steps: + - name: Install Dependencies + run: apt update; apt install -y nodejs ssh + - name: Setup Node + uses: actions/setup-node@v3 - name: Checkout uses: https://github.com/actions/checkout@v3 - name: Cache west modules