We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a35395 commit 805c028Copy full SHA for 805c028
.github/workflows/twister.yaml
@@ -148,7 +148,7 @@ jobs:
148
PUSH_OPTIONS: ' --clobber-output -M --show-footprint --report-filtered -j 16'
149
COMMIT_RANGE: ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}
150
BASE_REF: ${{ github.base_ref }}
151
- LLVM_TOOLCHAIN_PATH: /usr/lib/llvm-16
+ LLVM_TOOLCHAIN_PATH: /usr/lib/llvm-20
152
steps:
153
- name: Print cloud service information
154
run: |
0 commit comments