We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e9df0e commit ed96a2cCopy full SHA for ed96a2c
.github/workflows/ci.yml
@@ -18,7 +18,9 @@ jobs:
18
with:
19
submodules: recursive
20
- name: Linux Get dependencies
21
- run: sudo apt install -y build-essential libncurses5-dev libreadline-dev libssl-dev perl luarocks
+ run: |
22
+ sudo apt install -y build-essential libncurses5-dev libreadline-dev libssl-dev perl lua5.1 liblua5.1-0-dev
23
+ curl -fsSL https://raw.githubusercontent.com/apache/apisix/master/utils/linux-install-luarocks.sh | sh
24
25
- name: Linux Before install
26
run: |
0 commit comments