parent
a68359bdbb
commit
09c4af9bbc
1 changed files with 3 additions and 0 deletions
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…
Add table
Reference in a new issue