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

View file

@ -27,11 +27,10 @@ jobs:
${{ runner.os }}-build- ${{ runner.os }}-build-
${{ runner.os }}- ${{ runner.os }}-
- name: West Init - 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 id: west-init
with: with:
command: 'init' args: 'init' '-l app'
command-args: '-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