From 6ee236b5286db9307b74dbe1aa2c2e29a6a14c23 Mon Sep 17 00:00:00 2001 From: alemi Date: Sat, 21 Sep 2024 12:36:24 +0200 Subject: [PATCH] ci(lua): install dkjson because luarocks wont work --- .github/workflows/lua.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/lua.yml b/.github/workflows/lua.yml index 180c125..1ac57a3 100644 --- a/.github/workflows/lua.yml +++ b/.github/workflows/lua.yml @@ -64,6 +64,7 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} - uses: leafo/gh-actions-lua@v9 - uses: leafo/gh-actions-luarocks@v4 + - run: luarocks install --local dkjson # needed to run upload?? ooook luarocks... - run: luarocks upload codemp-*.rockspec --api-key ${{ secrets.LUAROCKS_TOKEN }} working-directory: dist/lua