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 e5b17ee commit 39af513Copy full SHA for 39af513
.github/workflows/clang.yaml
@@ -24,7 +24,7 @@ jobs:
24
platform: ["native_posix"]
25
env:
26
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.15.0
27
- LLVM_TOOLCHAIN_PATH: /usr/lib/llvm-12
+ LLVM_TOOLCHAIN_PATH: /usr/lib/llvm-15
28
COMMIT_RANGE: ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}
29
BASE_REF: ${{ github.base_ref }}
30
outputs:
0 commit comments