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 <root@stephanos.io>
This commit is contained in:
parent
34e4b6fc2e
commit
bbe32d40f5
1 changed files with 0 additions and 2 deletions
2
.github/workflows/codecov.yaml
vendored
2
.github/workflows/codecov.yaml
vendored
|
@ -26,7 +26,6 @@ jobs:
|
|||
platform: ["native_posix", "qemu_x86", "unit_testing"]
|
||||
env:
|
||||
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.15.0
|
||||
CLANG_ROOT_DIR: /usr/lib/llvm-12
|
||||
steps:
|
||||
- name: Apply container owner mismatch workaround
|
||||
run: |
|
||||
|
@ -53,7 +52,6 @@ jobs:
|
|||
- name: Check Environment
|
||||
run: |
|
||||
cmake --version
|
||||
${CLANG_ROOT_DIR}/bin/clang --version
|
||||
gcc --version
|
||||
ls -la
|
||||
- name: Prepare ccache keys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue