Try fixing args passed to container.
This commit is contained in:
parent
30f23fe5da
commit
44ebcb8fa4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -30,7 +30,7 @@ jobs:
|
||||||
uses: 'docker://zmkfirmware/zephyr-west-action:latest'
|
uses: 'docker://zmkfirmware/zephyr-west-action:latest'
|
||||||
id: west-init
|
id: west-init
|
||||||
with:
|
with:
|
||||||
args: "'init' '-l app'"
|
args: "init -l app"
|
||||||
- name: West Update
|
- name: West Update
|
||||||
uses: zmkfirmware/zephyr-west-action@v0.1.0
|
uses: zmkfirmware/zephyr-west-action@v0.1.0
|
||||||
id: west-update
|
id: west-update
|
||||||
|
|
Loading…
Reference in a new issue