fix(gh-actions) LGI install to Lua 5.4 location

This commit is contained in:
Aire-One 2022-01-22 17:21:39 +01:00
parent c330413c21
commit d0b9938da1
1 changed files with 1 additions and 0 deletions

View File

@ -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