From 84c7f2a043350643ba8fc3ee579ffbb999bc8011 Mon Sep 17 00:00:00 2001 From: Marius Alwan Meyer Date: Mon, 10 Apr 2023 21:27:41 +0000 Subject: [PATCH] undo these things for curiosity --- .github/workflows/build.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7e8fb34..0950ac1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,10 +12,6 @@ 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