Skip to content

Commit ed96a2c

Browse files
authored
chore: update luarocks version to 3.8 (#70)
* chore: update luarocks version to 3.8 + lua 5.1.5
1 parent 2e9df0e commit ed96a2c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ jobs:
1818
with:
1919
submodules: recursive
2020
- name: Linux Get dependencies
21-
run: sudo apt install -y build-essential libncurses5-dev libreadline-dev libssl-dev perl luarocks
21+
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
2224
2325
- name: Linux Before install
2426
run: |

0 commit comments

Comments
 (0)