From 3f7368c3ac0c3683030b37aafeb50c54957bd610 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Tue, 25 Jun 2024 21:53:56 +0200 Subject: [PATCH] ci: use 5.1 manifest --- lua/lazy/build.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lazy/build.lua b/lua/lazy/build.lua index e8ed7d8..5280c31 100644 --- a/lua/lazy/build.lua +++ b/lua/lazy/build.lua @@ -22,7 +22,7 @@ end ---@return RockManifest? function M.fetch_manifest() local manifest_file = "build/manifest.lua" - M.fetch("https://luarocks.org/manifest", manifest_file) + M.fetch("https://luarocks.org/manifest-5.1", manifest_file) return Rocks.parse(manifest_file) end