diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-06-12 16:57:14 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-06-12 16:57:14 -0400 |
commit | 5defe0a771002e598328248cbbf1b85dd3d0f369 (patch) | |
tree | 219439ab08bb3a9fefe448b24a5c0e34998b2d1e | |
parent | 2ce8961aba93e76a204e16ee9f2cf31d9a3a09bb (diff) |
One missing action reference.
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ef415ac..d36b0da 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: with: args: "init -l app" - name: West Update - uses: zmkfirmware/zephyr-west-action@v0.1.0 + uses: 'docker://zmkfirmware/zephyr-west-action-arm:latest' id: west-update with: args: 'update' |