Update one workflow step to use docker container.
This commit is contained in:
parent
92a4f3985d
commit
9f650acbd0
1 changed files with 2 additions and 3 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -27,11 +27,10 @@ jobs:
|
|||
${{ runner.os }}-build-
|
||||
${{ runner.os }}-
|
||||
- name: West Init
|
||||
uses: zmkfirmware/zephyr-west-action@v0.1.0
|
||||
uses: docker://docker.pkg.github.com/zmkfirmware/zephyr-west-action/zephyr-west-action:latest
|
||||
id: west-init
|
||||
with:
|
||||
command: 'init'
|
||||
command-args: '-l app'
|
||||
args: 'init' '-l app'
|
||||
- name: West Update
|
||||
uses: zmkfirmware/zephyr-west-action@v0.1.0
|
||||
id: west-update
|
||||
|
|
Loading…
Reference in a new issue