diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3d77adae0b..b71e75640e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: - name: Install busted run: luarocks install busted - name: Install cluacov - run: luarocks install cluacov + run: luarocks install cluacov 0.1.2-1 - name: Install coveralls integration run: luarocks install luacov-coveralls - name: Run tests