From 4576876f5a5d438c2c748dedd1ac183b1a4e6a7d Mon Sep 17 00:00:00 2001 From: Thijs Schreijer Date: Thu, 8 Jan 2026 08:49:25 +0100 Subject: [PATCH] Revert "temp: use busted from master [REVERT ME]" This reverts commit 21eace91e40a9c22e927012283f1b2b0474b416f. --- .github/workflows/unix_build.yml | 3 +-- appveyor.yml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/unix_build.yml b/.github/workflows/unix_build.yml index 2d9fec78..67987955 100644 --- a/.github/workflows/unix_build.yml +++ b/.github/workflows/unix_build.yml @@ -24,8 +24,7 @@ jobs: - name: dependencies run: | - luarocks install busted --deps-only - luarocks install busted --dev + luarocks install busted luarocks install luacov-coveralls - name: build diff --git a/appveyor.yml b/appveyor.yml index 706259f8..c69c3a6a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -22,8 +22,7 @@ before_build: - hererocks here --%LUA% -rlatest - call here\bin\activate - luarocks install luacov-coveralls - - luarocks install busted --deps-only - - luarocks install busted --dev + - luarocks install busted build_script: - luarocks remove penlight --force