ci: footprint: Remove stale clang-related variables

This commit removes stale clang-related variables that are not used by
the footprint workflow.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
Stephanos Ioannidis 2022-09-09 00:25:56 +09:00
commit ba14a4e7b8

View file

@ -22,7 +22,6 @@ jobs:
fail-fast: false fail-fast: false
env: env:
ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.15.0 ZEPHYR_SDK_INSTALL_DIR: /opt/toolchains/zephyr-sdk-0.15.0
CLANG_ROOT_DIR: /usr/lib/llvm-12
ZEPHYR_TOOLCHAIN_VARIANT: zephyr ZEPHYR_TOOLCHAIN_VARIANT: zephyr
steps: steps:
- name: Cancel Previous Runs - name: Cancel Previous Runs