Skip to content

Commit c19a2c9

Browse files
committed
FIX The build issue at llvm-c-api-linux.yml has been fixed
1 parent c2e7448 commit c19a2c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/llvm-c-api-linux.yml

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

5757
- name: Building LLVM C API
5858
run: |
59-
ninja -j$(nproc) llvm
59+
ninja -j$(nproc)
6060
working-directory: llvm-project/llvm/build
6161

6262
- name: Installing LLVM C API

0 commit comments

Comments
 (0)