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 7eb2dc8 commit 2f5071fCopy full SHA for 2f5071f
.github/workflows/clang.yaml
@@ -20,7 +20,7 @@ jobs:
20
platform: ["native_posix"]
21
env:
22
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.15.0
23
- CLANG_ROOT_DIR: /usr/lib/llvm-12
+ LLVM_TOOLCHAIN_PATH: /usr/lib/llvm-12
24
COMMIT_RANGE: ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}
25
BASE_REF: ${{ github.base_ref }}
26
outputs:
@@ -67,7 +67,7 @@ jobs:
67
- name: Check Environment
68
run: |
69
cmake --version
70
- ${CLANG_ROOT_DIR}/bin/clang --version
+ ${LLVM_TOOLCHAIN_PATH}/bin/clang --version
71
gcc --version
72
ls -la
73
0 commit comments