Skip to content

Commit 8d73881

Browse files
committed
Update luarocks in CI script
1 parent 9819aa5 commit 8d73881

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

scripts/buildLuaRocks.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#!/bin/bash
22

3-
sudo apt install build-essential libreadline-dev unzip wget
4-
wget https://luarocks.org/releases/luarocks-3.11.0.tar.gz
5-
tar -zxpf luarocks-3.11.0.tar.gz
6-
rm luarocks-3.11.0.tar.gz
7-
cd luarocks-3.11.0
3+
sudo apt install build-essential libreadline-dev unzip wget make -yq
4+
wget "https://luarocks.org/releases/luarocks-3.12.2.tar.gz"
5+
tar -zxpf luarocks-3.12.2.tar.gz
6+
rm luarocks-3.12.2.tar.gz
7+
cd luarocks-3.12.2
88
./configure
99
make
1010
sudo make install
11-
mkdir ~/.luarocks
11+
mkdir ~/.luarocks

0 commit comments

Comments
 (0)