Browse Source

One missing action reference.

xmkb
Pete Johanson 5 years ago
parent
commit
5defe0a771
  1. 2
      .github/workflows/build.yml

2
.github/workflows/build.yml

@ -32,7 +32,7 @@ jobs: @@ -32,7 +32,7 @@ jobs:
with:
args: "init -l app"
- name: West Update
uses: zmkfirmware/zephyr-west-action@v0.1.0
uses: 'docker://zmkfirmware/zephyr-west-action-arm:latest'
id: west-update
with:
args: 'update'

Loading…
Cancel
Save