ci(emmylua): pin emmyluals at v0.22.0

Later versions trigger spurious warnings in the async wrappers.
This commit is contained in:
Christian Clason 2026-07-01 11:23:05 +02:00 committed by Christian Clason
parent 35aa36a65b
commit 515b2f6e2f

View file

@ -1,4 +1,5 @@
NVIM_VERSION ?= nightly
EMMYLUA_VERSION ?= 0.22.0
DEPDIR ?= .test-deps
CURL ?= curl -sL --create-dirs
@ -36,7 +37,7 @@ $(NVIM):
EMMYLUALS := $(DEPDIR)/emmylua_check-$(LUALS_ARCH)
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
emmyluals: $(EMMYLUALS)