install ssh too
Some checks failed
Build

This commit is contained in:
Marius Alwan Meyer 2023-04-09 19:39:47 +00:00
parent c5a27a04ad
commit 42205882d7

View File

@ -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