Browse Source

Update one workflow step to use docker container.

xmkb
Pete Johanson 4 years ago
parent
commit
9f650acbd0
  1. 5
      .github/workflows/build.yml

5
.github/workflows/build.yml

@ -27,11 +27,10 @@ jobs: @@ -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…
Cancel
Save