Skip to content

Commit 710ee4e

Browse files
committed
💚 Change luajson to dkjson
1 parent d11cc23 commit 710ee4e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ jobs:
3838
- name: Upload
3939
if: startsWith(github.ref, 'refs/tags/')
4040
run: |
41-
luarocks install luajson
41+
# https://github.com/luarocks/luarocks/issues/559
42+
luarocks install dkjson
4243
luarocks upload ./*.rockspec --api-key ${{secrets.LUAROCKS_API_KEY}}
4344
4445
deploy-aur:

0 commit comments

Comments
 (0)