Browse Source

Try fixing args passed to container.

xmkb
Pete Johanson 4 years ago
parent
commit
44ebcb8fa4
  1. 2
      .github/workflows/build.yml

2
.github/workflows/build.yml

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

Loading…
Cancel
Save