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
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue