Skip to content

Commit 6fdd946

Browse files
nashifhenrikbrixandersen
authored andcommitted
ci: twister: define llvm toolchain path
Twister can now build using llvm, so define the toolchain path. Signed-off-by: Anas Nashif <[email protected]>
1 parent 52fd016 commit 6fdd946

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/twister.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
PUSH_OPTIONS: ' --clobber-output -M --show-footprint --report-filtered'
5151
COMMIT_RANGE: ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}
5252
BASE_REF: ${{ github.base_ref }}
53+
LLVM_TOOLCHAIN_PATH: /usr/lib/llvm-16
5354
steps:
5455
- name: Print cloud service information
5556
run: |

0 commit comments

Comments
 (0)