Skip to content

Commit c365368

Browse files
committed
Unify step names
1 parent c3d1adb commit c365368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bench_runner/templates/_benchmark.src.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ jobs:
309309
if: ${{ steps.should_run.outputs.should_run != 'false' }}
310310
run: |
311311
echo "PKG_CONFIG_PATH=$(brew --prefix [email protected])/lib/pkgconfig" >> $GITHUB_ENV
312-
- name: Setup latest clang, if requested
312+
- name: Build with clang
313313
if: ${{ inputs.clang }}
314314
run: |
315315
echo "PATH=$(brew --prefix llvm)/bin:$PATH" >> $GITHUB_ENV

0 commit comments

Comments
 (0)