fix(gh-actions) LGI install to Lua 5.4 location
This commit is contained in:
parent
c330413c21
commit
d0b9938da1
|
@ -215,6 +215,7 @@ jobs:
|
|||
wget -O /tmp/lgi.zip https://github.com/pavouk/lgi/archive/refs/heads/master.zip
|
||||
unzip /tmp/lgi.zip -d /tmp
|
||||
cd /tmp/lgi-master
|
||||
sed -i 's/5.1/5.4/' lgi/Makefile
|
||||
make all
|
||||
sudo make install
|
||||
|
||||
|
|
Loading…
Reference in New Issue