From 6fdd9461e80b13ce0f8412326b29cb39bc338ea4 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Wed, 8 Jan 2025 09:19:15 -0500 Subject: [PATCH] ci: twister: define llvm toolchain path Twister can now build using llvm, so define the toolchain path. Signed-off-by: Anas Nashif --- .github/workflows/twister.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/twister.yaml b/.github/workflows/twister.yaml index 87abf1612505..8d3b29fa4339 100644 --- a/.github/workflows/twister.yaml +++ b/.github/workflows/twister.yaml @@ -50,6 +50,7 @@ jobs: PUSH_OPTIONS: ' --clobber-output -M --show-footprint --report-filtered' COMMIT_RANGE: ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }} BASE_REF: ${{ github.base_ref }} + LLVM_TOOLCHAIN_PATH: /usr/lib/llvm-16 steps: - name: Print cloud service information run: |