Skip to content

Commit 52dd33c

Browse files
Update llvm-c-api-linux.yml
1 parent 0819b40 commit 52dd33c

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ jobs:
5959
ninja -j$(nproc)
6060
working-directory: llvm-project/llvm/build
6161

62+
- name: Installing LLVM C API
63+
run: |
64+
ninja install
65+
working-directory: llvm-project/llvm/build
66+
6267
- name: Cleaning LLVM Binaries
6368
run: |
6469
find llvm-project/llvm/build/bin -type f -executable ! -name "llvm-config" -delete
@@ -70,7 +75,7 @@ jobs:
7075
7176
cp -r llvm-project/llvm/build/lib/* tempDir/lib/
7277
cp -r llvm-project/llvm/build/bin/* tempDir/bin/
73-
cp -r llvm-project/llvm/build/include/* tempDir/include/
78+
cp -r llvm-project/llvm/dist/include/* tempDir/include/
7479
7580
- name: Packaging LLVM C API (LLVM C API Libraries, Binaries & Includes)
7681
run: |

0 commit comments

Comments
 (0)