Skip to content

Commit 744df5f

Browse files
committed
target
Signed-off-by: Keith Smiley <[email protected]>
1 parent f7b6cd3 commit 744df5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
- name: "LLVM: Build"
5656
if: steps.llvm-cache.outputs.cache-hit != 'true'
57-
run: cd llvm/build && ninja libIndexStore.dylib FileCheck
57+
run: cd llvm/build && ninja IndexStore FileCheck
5858

5959
- name: "index-import: CMake"
6060
run: mkdir build && cmake -B build -G Ninja -DClang_DIR=./llvm/build/lib/cmake/clang/ -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++

0 commit comments

Comments
 (0)