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