Skip to content

Commit 805c028

Browse files
committed
fix LLVM path
Signed-off-by: Anas Nashif <[email protected]>
1 parent 6a35395 commit 805c028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/twister.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
PUSH_OPTIONS: ' --clobber-output -M --show-footprint --report-filtered -j 16'
149149
COMMIT_RANGE: ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}
150150
BASE_REF: ${{ github.base_ref }}
151-
LLVM_TOOLCHAIN_PATH: /usr/lib/llvm-16
151+
LLVM_TOOLCHAIN_PATH: /usr/lib/llvm-20
152152
steps:
153153
- name: Print cloud service information
154154
run: |

0 commit comments

Comments
 (0)