Skip to content

Commit a3ea283

Browse files
committed
env llvm
Signed-off-by: Anas Nashif <[email protected]>
1 parent 3070b7f commit a3ea283

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
build-mode: manual
3737
- language: python
3838
build-mode: none
39+
env:
40+
LLVM_TOOLCHAIN_PATH: /usr/lib/llvm-16
3941
steps:
4042
- name: Checkout
4143
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
@@ -89,7 +91,7 @@ jobs:
8991
run: |
9092
export ZEPHYR_BASE=${PWD}
9193
export ZEPHYR_TOOLCHAIN_VARIANT=zephyr
92-
west twister -p native_sim --build-only -T tests/kernel -T tests/drivers/build_all/sensor/ -v
94+
west twister -p native_sim --build-only -T tests/kernel -T tests/drivers/build_all/sensor/ -v -j 16
9395
9496
- name: Perform CodeQL Analysis
9597
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)