parent
7ea66fa5c4
commit
6e2af44df2
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -9,6 +9,8 @@ jobs:
|
||||
image: zmkfirmware/zmk-build-arm:stable
|
||||
name: Build
|
||||
steps:
|
||||
- name: Setup Node
|
||||
uses: actions/setup-node@v3
|
||||
- name: Checkout
|
||||
uses: https://github.com/actions/checkout@v3
|
||||
with:
|
||||
@ -30,7 +32,6 @@ jobs:
|
||||
${{ runner.os }}-build-${{ env.cache-name }}-
|
||||
${{ runner.os }}-build-
|
||||
${{ runner.os }}-
|
||||
- uses: actions/setup-node@v3
|
||||
- name: West Init
|
||||
run: west init -l config
|
||||
- name: West Update
|
||||
|
Loading…
Reference in New Issue
Block a user