Skip to content

Commit 4b55a66

Browse files
committed
ci: codecov: Remove stale clang-related variables
This commit removes stale clang-related variables that are not used by the codecov workflow. Signed-off-by: Stephanos Ioannidis <[email protected]> (cherry picked from commit bbe32d4)
1 parent 15af1b6 commit 4b55a66

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/codecov.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
platform: ["native_posix", "qemu_x86", "unit_testing"]
2323
env:
2424
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.15.0
25-
CLANG_ROOT_DIR: /usr/lib/llvm-12
2625
steps:
2726
- name: Apply container owner mismatch workaround
2827
run: |
@@ -55,7 +54,6 @@ jobs:
5554
- name: Check Environment
5655
run: |
5756
cmake --version
58-
${CLANG_ROOT_DIR}/bin/clang --version
5957
gcc --version
6058
ls -la
6159
- name: Prepare ccache keys

0 commit comments

Comments
 (0)