diff options
-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' |