parent
09c4af9bbc
commit
17d599df64
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -7,8 +7,8 @@ jobs:
|
||||||
image: zmkfirmware/zmk-build-arm:stable
|
image: zmkfirmware/zmk-build-arm:stable
|
||||||
steps:
|
steps:
|
||||||
- name: Hack container for local development
|
- name: Hack container for local development
|
||||||
if: ${{ env.ACT }}
|
if: ${{ true }}
|
||||||
run: echo /home/runner/externals/node20/bin >> $GITHUB_PATH
|
run: printf "/home/runner/externals/node20/bin\n" >> $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