Skip to content

Commit 4e27f19

Browse files
committed
export
Signed-off-by: Anas Nashif <[email protected]>
1 parent 692cbe9 commit 4e27f19

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,16 @@ jobs:
7575
west-group-filter: -hal,-tools,-bootloader,-babblesim
7676
west-project-filter: -nrf_hw_models
7777

78-
- if: matrix.build-mode == 'manual'
78+
- name: Build
79+
if: matrix.build-mode == 'manual'
7980
shell: bash
8081
run: |
8182
ls -la
8283
export ZEPHYE_BASE=${PWD}
8384
export ZEPHYR_SDK_INSTALL_DIR=${PWD}/zephyr-sdk
8485
export ZEPHYR_TOOLCHAIN_VARIANT=zephyr
8586
ls -la zephyr-sdk/
86-
87+
west zephyr-export
8788
env
8889
west build -b qemu_x86 samples/hello_world
8990

0 commit comments

Comments
 (0)