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

This commit is contained in:
Kaybee 2024-08-31 01:43:00 +02:00
parent 09c4af9bbc
commit 17d599df64

View file

@ -7,8 +7,8 @@ jobs:
image: zmkfirmware/zmk-build-arm:stable
steps:
- name: Hack container for local development
if: ${{ env.ACT }}
run: echo /home/runner/externals/node20/bin >> $GITHUB_PATH
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