mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 07:14:50 +01:00
ci(lua): install dkjson because luarocks wont work
This commit is contained in:
parent
ed609ff120
commit
6ee236b528
1 changed files with 1 additions and 0 deletions
1
.github/workflows/lua.yml
vendored
1
.github/workflows/lua.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue