From 7550dbfd377823a8e6f3670dcd945dace4d7d494 Mon Sep 17 00:00:00 2001 From: XeroOl Date: Mon, 24 Jun 2024 00:51:10 -0500 Subject: [PATCH] Fix hanging CI again --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 981b9e4..5e33e7a 100644 --- a/Makefile +++ b/Makefile @@ -67,7 +67,7 @@ ci: rm -f old-fennel # test that luarocks builds properly - DEBIAN_FRONTEND=noninteractive sudo apt install luarocks + DEBIAN_FRONTEND=noninteractive sudo apt install -y luarocks luarocks install rockspecs/fennel-ls-scm-4.rockspec --dev --local clean: