Skip to content

Commit

Permalink
USe recent version of luasec to fix CI issue
Browse files Browse the repository at this point in the history
  • Loading branch information
neilcook committed Oct 18, 2024
1 parent c16edd7 commit 2231710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Add lua things to path
run: echo "$HOME/.lua:$HOME/.local/bin:$GITHUB_WORKSPACE/install/luarocks/bin" >> $GITHUB_PATH
- name: install luarocks
run: luarocks install lunitx && luarocks install luacov && luarocks install luacov-coveralls && luarocks install luasec 0.7-1
run: luarocks install lunitx && luarocks install luacov && luarocks install luacov-coveralls && luarocks install luasec
- name: make the elasticsearch-lua rockspec
run: luarocks make rockspecs/elasticsearch-lua-1.0.12-1.rockspec
- name: run the tests for el8
Expand Down

0 comments on commit 2231710

Please sign in to comment.