Skip to content

Commit bbe32d4

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]>
1 parent 34e4b6f commit bbe32d4

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
@@ -26,7 +26,6 @@ jobs:
2626
platform: ["native_posix", "qemu_x86", "unit_testing"]
2727
env:
2828
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.15.0
29-
CLANG_ROOT_DIR: /usr/lib/llvm-12
3029
steps:
3130
- name: Apply container owner mismatch workaround
3231
run: |
@@ -53,7 +52,6 @@ jobs:
5352
- name: Check Environment
5453
run: |
5554
cmake --version
56-
${CLANG_ROOT_DIR}/bin/clang --version
5755
gcc --version
5856
ls -la
5957
- name: Prepare ccache keys

0 commit comments

Comments
 (0)