mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 20:30:05 -04:00
ci(emmylua): pin emmyluals at v0.22.0
Later versions trigger spurious warnings in the async wrappers.
This commit is contained in:
parent
35aa36a65b
commit
515b2f6e2f
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -1,4 +1,5 @@
|
||||||
NVIM_VERSION ?= nightly
|
NVIM_VERSION ?= nightly
|
||||||
|
EMMYLUA_VERSION ?= 0.22.0
|
||||||
|
|
||||||
DEPDIR ?= .test-deps
|
DEPDIR ?= .test-deps
|
||||||
CURL ?= curl -sL --create-dirs
|
CURL ?= curl -sL --create-dirs
|
||||||
|
|
@ -36,7 +37,7 @@ $(NVIM):
|
||||||
|
|
||||||
EMMYLUALS := $(DEPDIR)/emmylua_check-$(LUALS_ARCH)
|
EMMYLUALS := $(DEPDIR)/emmylua_check-$(LUALS_ARCH)
|
||||||
EMMYLUALS_TARBALL := $(EMMYLUALS).tar.gz
|
EMMYLUALS_TARBALL := $(EMMYLUALS).tar.gz
|
||||||
EMMYLUALS_URL := https://github.com/emmyluals/emmylua-analyzer-rust/releases/latest/download/$(notdir $(EMMYLUALS_TARBALL))
|
EMMYLUALS_URL := https://github.com/emmyluals/emmylua-analyzer-rust/releases/download/$(EMMYLUA_VERSION)/$(notdir $(EMMYLUALS_TARBALL))
|
||||||
|
|
||||||
.PHONY: emmyluals
|
.PHONY: emmyluals
|
||||||
emmyluals: $(EMMYLUALS)
|
emmyluals: $(EMMYLUALS)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue