ci: twister: define llvm toolchain path
Twister can now build using llvm, so define the toolchain path. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
52fd016274
commit
6fdd9461e8
1
.github/workflows/twister.yaml
vendored
1
.github/workflows/twister.yaml
vendored
@ -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: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user