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 4691359 commit 76078eaCopy full SHA for 76078ea
.github/workflows/clang.yaml
@@ -21,7 +21,7 @@ jobs:
21
platform: ["native_posix"]
22
env:
23
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.16.0
24
- LLVM_TOOLCHAIN_PATH: /usr/lib/llvm-15
+ LLVM_TOOLCHAIN_PATH: /usr/lib/llvm-16
25
COMMIT_RANGE: ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}
26
BASE_REF: ${{ github.base_ref }}
27
outputs:
0 commit comments