Skip to content

Commit 5eab769

Browse files
committed
add to path
Signed-off-by: Anas Nashif <[email protected]>
1 parent cba1d37 commit 5eab769

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/codechecker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ jobs:
9494
#export CODECHECKER_CLEANUP=y
9595
#export CODECHECKER_EXPORT=sarif
9696
pip install codechecker==v6.25.1 cppcheck sarif-tools jq
97+
export PATH=/usr/lib/llvm-16/bin/:$PATH
9798
9899
west build -b native_sim samples/synchronization -- -DZEPHYR_SCA_VARIANT=codechecker -DCODECHECKER_EXPORT=sarif
99100
sarif copy --output results.sarif $(find build -name "codechecker.sarif")

0 commit comments

Comments
 (0)