We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8db7bac commit 1bcc902Copy full SHA for 1bcc902
.github/workflows/build.yml
@@ -32,6 +32,7 @@ jobs:
32
working-directory: OpenAstroFirmware
33
shell: bash
34
run: |
35
+ export ZEPHYR_BOARD_ROOT=${GITHUB_WORKSPACE}/boards
36
if [ "${{ runner.os }}" = "Windows" ]; then
37
EXTRA_TWISTER_FLAGS="--short-build-path -O/tmp/twister-out"
38
fi
@@ -41,6 +42,7 @@ jobs:
41
42
43
44
45
46
47
48
0 commit comments