Update one workflow step to use docker container.

This commit is contained in:
Pete Johanson 2020-06-12 11:09:32 -04:00
parent 92a4f3985d
commit 9f650acbd0
1 changed files with 2 additions and 3 deletions

View File

@ -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