Skip to content

Commit

Permalink
ci: twister: define llvm toolchain path
Browse files Browse the repository at this point in the history
Twister can now build using llvm, so define the toolchain path.

Signed-off-by: Anas Nashif <[email protected]>
  • Loading branch information
nashif authored and henrikbrixandersen committed Jan 8, 2025
1 parent 52fd016 commit 6fdd946
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/twister.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 6fdd946

Please sign in to comment.