Skip to content

Commit d6ceb1d

Browse files
committed
Set ZEPHIR_BASE for the action
This should help west find back the workspace if the manufest is under multiple subdirectories. Signed-off-by: Fabio Baltieri <[email protected]>
1 parent be22a7d commit d6ceb1d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,13 @@ runs:
6060
- name: Initialize
6161
shell: bash
6262
run: |
63+
export ZEPHYR_BASE="${{ inputs.app-path }}"
64+
6365
west init -l ${{ inputs.app-path }} --mf ${{ inputs.manifest-file-name }}
6466
west update -o=--depth=1 -n
6567
68+
echo "ZEPHYR_BASE=$ZEPHYR_BASE" >> $GITHUB_ENV
69+
6670
- name: Environment setup
6771
id: env-setup
6872
shell: bash

0 commit comments

Comments
 (0)