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 692cbe9 commit 4e27f19Copy full SHA for 4e27f19
.github/workflows/codeql.yml
@@ -75,15 +75,16 @@ jobs:
75
west-group-filter: -hal,-tools,-bootloader,-babblesim
76
west-project-filter: -nrf_hw_models
77
78
- - if: matrix.build-mode == 'manual'
+ - name: Build
79
+ if: matrix.build-mode == 'manual'
80
shell: bash
81
run: |
82
ls -la
83
export ZEPHYE_BASE=${PWD}
84
export ZEPHYR_SDK_INSTALL_DIR=${PWD}/zephyr-sdk
85
export ZEPHYR_TOOLCHAIN_VARIANT=zephyr
86
ls -la zephyr-sdk/
-
87
+ west zephyr-export
88
env
89
west build -b qemu_x86 samples/hello_world
90
0 commit comments