Skip to content

Commit

Permalink
fix(deps): add lua-cjson dependecy back
Browse files Browse the repository at this point in the history
Only merge this afetr the rockspecs for it have been fixed.
See: openresty/lua-cjson#96
  • Loading branch information
Tieske committed Oct 24, 2024
1 parent b6f7be8 commit 574db1b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/lua.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ jobs:
- uses: leafo/gh-actions-luarocks@v4

- name: dependencies
run: |
make dev
luarocks install lua-cjson
run: make dev

- name: test
run: busted --lua=lua --Xoutput "--color"
4 changes: 1 addition & 3 deletions .github/workflows/openresty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ jobs:
withLuaPath: "/usr/local/openresty/luajit/"

- name: dependencies
run: |
make dev
luarocks install lua-cjson
run: make dev

- name: test
run: busted
2 changes: 1 addition & 1 deletion lua-resty-ljsonschema-scm-1.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ description = {
dependencies = {
"lua >= 5.1",
"net-url",
-- "lua-cjson", disabled, see https://github.com/openresty/lua-cjson/issues/96
"lua-cjson",
}

build = {
Expand Down

0 comments on commit 574db1b

Please sign in to comment.