mirror of
https://github.com/neovim/neovim
synced 2025-07-15 16:51:49 +00:00
ci: bump luals to 3.15.0
This commit is contained in:
committed by
Christian Clason
parent
5ae41ddde3
commit
684be736c1
@ -352,7 +352,7 @@ else()
|
||||
set(LUALS_ARCH x64)
|
||||
endif()
|
||||
|
||||
set(LUALS_VERSION 3.14.0)
|
||||
set(LUALS_VERSION 3.15.0)
|
||||
set(LUALS "lua-language-server-${LUALS_VERSION}-${CMAKE_SYSTEM_NAME}-${LUALS_ARCH}")
|
||||
set(LUALS_TARBALL ${LUALS}.tar.gz)
|
||||
set(LUALS_URL https://github.com/LuaLS/lua-language-server/releases/download/${LUALS_VERSION}/${LUALS_TARBALL})
|
||||
|
Reference in New Issue
Block a user