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 ba14a4e commit e43aebbCopy full SHA for e43aebb
.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
- CLANG_ROOT_DIR: /usr/lib/llvm-12
+ LLVM_TOOLCHAIN_PATH: /usr/lib/llvm-12
28
COMMIT_RANGE: ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}
29
BASE_REF: ${{ github.base_ref }}
30
outputs:
@@ -69,7 +69,7 @@ jobs:
69
- name: Check Environment
70
run: |
71
cmake --version
72
- ${CLANG_ROOT_DIR}/bin/clang --version
+ ${LLVM_TOOLCHAIN_PATH}/bin/clang --version
73
gcc --version
74
ls -la
75
0 commit comments