Skip to content

Commit 1bcc902

Browse files
Set ZEPHYR_BOARD_ROOT environment variable in build.yml for consistent board path resolution
1 parent 8db7bac commit 1bcc902

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
working-directory: OpenAstroFirmware
3333
shell: bash
3434
run: |
35+
export ZEPHYR_BOARD_ROOT=${GITHUB_WORKSPACE}/boards
3536
if [ "${{ runner.os }}" = "Windows" ]; then
3637
EXTRA_TWISTER_FLAGS="--short-build-path -O/tmp/twister-out"
3738
fi
@@ -41,6 +42,7 @@ jobs:
4142
working-directory: OpenAstroFirmware
4243
shell: bash
4344
run: |
45+
export ZEPHYR_BOARD_ROOT=${GITHUB_WORKSPACE}/boards
4446
if [ "${{ runner.os }}" = "Windows" ]; then
4547
EXTRA_TWISTER_FLAGS="--short-build-path -O/tmp/twister-out"
4648
fi

0 commit comments

Comments
 (0)