Skip to content

Commit 2b2f3e8

Browse files
committed
ci: install jsonschema 0.9.10 from luarocks directly
1 parent f7b0fde commit 2b2f3e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
- name: Install Lua dependencies
3636
run: |
37-
sudo luarocks install https://raw.githubusercontent.com/api7/jsonschema/v0.9.10/rockspec/jsonschema-0.9.10-0.rockspec
37+
sudo luarocks install jsonschema 0.9.10
3838
sudo luarocks install lua-resty-radixtree
3939
4040
- name: Run tests

0 commit comments

Comments
 (0)