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 34e4b6f commit bbe32d4Copy full SHA for bbe32d4
.github/workflows/codecov.yaml
@@ -26,7 +26,6 @@ jobs:
26
platform: ["native_posix", "qemu_x86", "unit_testing"]
27
env:
28
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.15.0
29
- CLANG_ROOT_DIR: /usr/lib/llvm-12
30
steps:
31
- name: Apply container owner mismatch workaround
32
run: |
@@ -53,7 +52,6 @@ jobs:
53
52
- name: Check Environment
54
55
cmake --version
56
- ${CLANG_ROOT_DIR}/bin/clang --version
57
gcc --version
58
ls -la
59
- name: Prepare ccache keys
0 commit comments