aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2023-04-19 00:47:15 +0200
committerGitHub <noreply@github.com>2023-04-19 00:47:15 +0200
commit0a3645a72307afa563683a6e06c544810e0b65eb (patch)
tree30a55717f8f4ae191e57514698bfbb77dc8119f6 /.github/workflows
parent59fed8bb6457eb6c5204dc39a49d7ea0e1781482 (diff)
downloadrneovim-0a3645a72307afa563683a6e06c544810e0b65eb.tar.gz
rneovim-0a3645a72307afa563683a6e06c544810e0b65eb.tar.bz2
rneovim-0a3645a72307afa563683a6e06c544810e0b65eb.zip
build: find system luv on ubuntu
Also use the system luv in CI for the with-external-deps job.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/test.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 8215a79b35..7e2b981690 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -383,10 +383,10 @@ jobs:
lua-filesystem \
lua-lpeg \
lua-mpack \
- luajit
+ luajit \
+ lua-luv-dev
# libtree-sitter-dev \
- # libvterm-dev \
- # lua-luv-dev
+ # libvterm-dev
# Remove comments from packages once we start using these external
# dependencies.
@@ -400,7 +400,6 @@ jobs:
# bundled versions for these with the hopes of being able to remove them
# later on.
cmake -S cmake.deps -B .deps -G Ninja -D USE_BUNDLED=OFF \
- -D USE_BUNDLED_LUV=ON \
-D USE_BUNDLED_LIBVTERM=ON \
-D USE_BUNDLED_TS=ON
cmake --build .deps