File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ jobs:
29
29
ln -s $(which lua) $(which lua)5.4
30
30
wget https://luarocks.org/releases/luarocks-3.11.1.tar.gz && tar zxpf luarocks-3.11.1.tar.gz && \
31
31
cd luarocks-3.11.1 && ./configure && make && sudo make install && cd .. && rm -rf luarocks-3.11.1.tar.gz luarocks-3.11.1
32
- eval $( luarocks path)
32
+ luarocks path >> ~/.bashrc
33
33
wget https://github.com/tarantool/luajit/archive/refs/tags/v2.1.0-beta3.tar.gz && \
34
34
tar zxpf v2.1.0-beta3.tar.gz && rm v2.1.0-beta3.tar.gz && cd luajit-2.1.0-beta3 && \
35
35
make && sudo make install && sudo ln -sf luajit-2.1.0-beta3 /usr/local/bin/luajit && cd .. && rm -rf luajit-2.1.0-beta3
36
36
git clone https://github.com/ligurio/luzer.git && \
37
- cd luzer && git checkout 649289aa945b7d6c1e2c29edccc83fd3fbe70568 && luarocks build --pack-binary-rock && cd ..
37
+ cd luzer && git checkout e1756e509bb29ea6c2f215beec8973d2d3c239f4 && luarocks build --local build && cd ..
38
38
export LUA_CPATH="/home/runner/work/casr/casr/luzer/build.luarocks/luzer/?.so;$LUA_CPATH"
39
39
# Atheris fails to install on Ubuntu 24.04, see https://github.com/google/atheris/issues/82
40
40
# pip3 install atheris
You can’t perform that action at this time.
0 commit comments