mirror of
https://git.kb-one.de/kb01/kyria-keyboard-config.git
synced 2025-12-05 11:18:53 +00:00
Modified Pipeline
This commit is contained in:
parent
a68359bdbb
commit
09c4af9bbc
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -6,6 +6,9 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: zmkfirmware/zmk-build-arm:stable
|
image: zmkfirmware/zmk-build-arm:stable
|
||||||
steps:
|
steps:
|
||||||
|
- name: Hack container for local development
|
||||||
|
if: ${{ env.ACT }}
|
||||||
|
run: echo /home/runner/externals/node20/bin >> $GITHUB_PATH
|
||||||
- name: Git checkout Config
|
- name: Git checkout Config
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- run: git clone https://github.com/zmkfirmware/zmk.git
|
- run: git clone https://github.com/zmkfirmware/zmk.git
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue