mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-19 20:45:18 -05:00
Try fixing args passed to container.
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user