fix(neovim)

closes #6161
This commit is contained in:
Jacob Heider 2024-05-16 12:17:01 -04:00 committed by Jacob Heider
parent e0151d6c08
commit 8c23f941df

View file

@ -20,12 +20,13 @@ build:
info-zip.org/unzip: '*'
script:
- run: |
if test -f BuildLuarocks.cmake; then
sed -i.bak \
-e "1i\
set(RT_LIBDIR \"$RT_LIBDIR\")" \
-e 's/\(build busted [0-9]\+\.[0-9]\+\.[0-9]\+\)/\1 RT_LIBDIR=${RT_LIBDIR}/' \
BuildLuarocks.cmake
rm BuildLuarocks.cmake.bak
fi
working-directory: cmake.deps/cmake
if: linux
- make