We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0819b40 commit 52dd33cCopy full SHA for 52dd33c
1 file changed
.github/workflows/llvm-c-api-linux.yml
@@ -59,6 +59,11 @@ jobs:
59
ninja -j$(nproc)
60
working-directory: llvm-project/llvm/build
61
62
+ - name: Installing LLVM C API
63
+ run: |
64
+ ninja install
65
+ working-directory: llvm-project/llvm/build
66
+
67
- name: Cleaning LLVM Binaries
68
run: |
69
find llvm-project/llvm/build/bin -type f -executable ! -name "llvm-config" -delete
@@ -70,7 +75,7 @@ jobs:
70
75
71
76
cp -r llvm-project/llvm/build/lib/* tempDir/lib/
72
77
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/
74
79
80
- name: Packaging LLVM C API (LLVM C API Libraries, Binaries & Includes)
81
0 commit comments