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 52fd016 commit 6fdd946Copy full SHA for 6fdd946
.github/workflows/twister.yaml
@@ -50,6 +50,7 @@ jobs:
50
PUSH_OPTIONS: ' --clobber-output -M --show-footprint --report-filtered'
51
COMMIT_RANGE: ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}
52
BASE_REF: ${{ github.base_ref }}
53
+ LLVM_TOOLCHAIN_PATH: /usr/lib/llvm-16
54
steps:
55
- name: Print cloud service information
56
run: |
0 commit comments