Skip to content

Commit 2516396

Browse files
committed
Name the workflow step to unset env vars
1 parent 618d297 commit 2516396

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/clp-core-build-macos.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,15 +105,16 @@ jobs:
105105
# violations.
106106
key: "main-branch-${{matrix.os}}-lint:check-cpp-static-full"
107107

108-
- run: >-
108+
- name: "Unset LLVM environment variables"
109+
shell: "bash"
110+
run: >-
109111
{
110112
echo "LLVM_PREFIX="
111113
echo "CC="
112114
echo "CXX="
113115
echo "AR="
114116
echo "RANLIB="
115117
} >> "$GITHUB_ENV"
116-
shell: "bash"
117118
118119
# TODO: When enough files are passing clang-tidy, switch to a full pass on schedule only.
119120
# - run: >-

0 commit comments

Comments
 (0)