Skip to content

Commit bf12022

Browse files
committed
sdk handling
Signed-off-by: Anas Nashif <[email protected]>
1 parent b395610 commit bf12022

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,11 @@ jobs:
7777
shell: bash
7878
run: |
7979
ls -la
80+
export ZEPHYE_BASE=${PWD}
8081
export ZEPHYR_SDK_INSTALL_DIR=${PWD}/zephyr-sdk
82+
export ZEPHYR_TOOLCHAIN_VARIANT=zephyr
83+
84+
env
8185
west build -b qemu_x86 samples/hello_world
8286
8387
- name: Perform CodeQL Analysis

0 commit comments

Comments
 (0)