mirror of
https://github.com/clangd/clangd.git
synced 2025-01-30 17:02:35 +00:00
Install clangd before archiving
This commit is contained in:
parent
d5998e7fce
commit
5796438e86
6
.github/workflows/autobuild.yaml
vendored
6
.github/workflows/autobuild.yaml
vendored
@ -290,6 +290,12 @@ jobs:
|
||||
run: >
|
||||
ninja -C ${{ env.CLANGD_DIR }} clangd clangd-indexer clangd-index-server
|
||||
clangd-index-server-monitor
|
||||
# Install targets so that RUNPATHs get properly substituted.
|
||||
# FIXME: We don't have other targets besides clangd. We probably want them too.
|
||||
- name: Install
|
||||
run: >
|
||||
cmake --install ${{ env.CLANGD_DIR }} --prefix ${{ env.CLANGD_DIR }}
|
||||
"--component=clangd"
|
||||
- name: Install OpenMP headers
|
||||
shell: bash
|
||||
run: >
|
||||
|
Loading…
Reference in New Issue
Block a user