From 3cd2614d2c2806799627c4f94c851f17bacbfdae Mon Sep 17 00:00:00 2001 From: Garrett Hopper Date: Sun, 25 May 2025 14:28:37 -0500 Subject: [PATCH] Install lua for fnlfmt package builds --- tests/prepare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/prepare.sh b/tests/prepare.sh index 8e32ac0..47ad98e 100755 --- a/tests/prepare.sh +++ b/tests/prepare.sh @@ -176,7 +176,7 @@ match install-erlang "packages/erlang-ls/package.yaml" "packages/erlang-debugger match install-ghc "packages/haskell-language-server/package.yaml" "packages/haskell-debug-adapter/package.yaml" match install-golang "pkg:golang" match install-java "packages/java-language-server/package.yaml" -match install-luarocks "pkg:luarocks" +match install-luarocks "pkg:luarocks" "packages/fnlfmt/package.yaml" match install-nim "packages/nimlsp/package.yaml" "packages/nimlangserver/package.yaml" match install-nix "packages/nil/package.yaml" match install-opam "pkg:opam"