Skip to content

Commit

Permalink
Try to fix some quoting.
Browse files Browse the repository at this point in the history
  • Loading branch information
petejohanson committed Jun 12, 2020
1 parent 5defe0a commit c4082bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: 'docker://zmkfirmware/zephyr-west-action-arm:latest'
id: west-init
with:
args: "init -l app"
args: 'init "-l app"'
- name: West Update
uses: 'docker://zmkfirmware/zephyr-west-action-arm:latest'
id: west-update
Expand All @@ -40,7 +40,7 @@ jobs:
uses: 'docker://zmkfirmware/zephyr-west-action-arm:latest'
id: west-config
with:
args: 'config --global zephyr.base-prefer configfile'
args: 'config "--global zephyr.base-prefer configfile"'
- name: West Zephyr Export
uses: 'docker://zmkfirmware/zephyr-west-action-arm:latest'
id: west-zephyr-export
Expand All @@ -50,4 +50,4 @@ jobs:
uses: 'docker://zmkfirmware/zephyr-west-action-arm:latest'
id: west-build
with:
args: 'build -s app -b proton_c -- -DSHIELD=petejohanson_proton_handwire'
args: 'build "-s app -b proton_c -- -DSHIELD=petejohanson_proton_handwire"'

0 comments on commit c4082bd

Please sign in to comment.