fix the shell variable thingy

This commit is contained in:
XeroOl 2024-06-27 00:41:30 -05:00
parent 53d4bd3509
commit c5cae21909

View File

@ -71,8 +71,8 @@ ci:
# test that luarocks builds and runs
DEBIAN_FRONTEND=noninteractive sudo apt install -y luarocks
luarocks install $(ROCKSPEC_LATEST_SCM) --dev --local
eval $(luarocks path)
~/.luarocks/bin/fennel-ls --lint
eval "$$(luarocks path)"; \
fennel-ls --lint
clean:
rm -f $(EXE)