Modified Pipeline
Some checks failed
/ build (push) Failing after 8s

This commit is contained in:
Kaybee 2024-08-31 01:47:15 +02:00
parent 17d599df64
commit 4f7ddfa607

View file

@ -6,15 +6,28 @@ jobs:
container:
image: zmkfirmware/zmk-build-arm:stable
steps:
- name: Install Dependencies
run: |
apt-get update
apt-get install tree -y
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Hack container for local development
if: ${{ true }}
run: printf "/home/runner/externals/node20/bin\n" >> $GITHUB_PATH
- name: Git checkout Config
uses: actions/checkout@v4
- run: git clone https://github.com/zmkfirmware/zmk.git
- run: apt-get update
- run: apt-get install tree -y
- run: tree /
- name: Clone ZMK Repo
run: git clone https://github.com/zmkfirmware/zmk.git
- name: Debug Output
run: tree /
- name: Initialize ZMK
working-directory: ./zmk
run: |