File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 3131 export COMPILER=${{ matrix.compiler }}
3232 source ./scripts/compilerName.sh
3333 sudo pkg install -y cmake ${{ matrix.lua }} "$C_COMPILER_PACKAGE" "$CXX_COMPILER_PACKAGE"
34- bash scripts/buildLuaRocks.sh
34+ bash -x scripts/buildLuaRocks.sh
3535 sudo luarocks
3636 sudo luarocks install luaunit
3737 '
Original file line number Diff line number Diff line change 11
22case $( uname -v) in
33 * FreeBSD* )
4- export LUA_BIN_PATH=/usr/local/bin/
54 sudo pkg install -y unzip wget gmake readline curl
65 ;;
76 * )
@@ -15,7 +14,7 @@ rm luarocks-3.12.2.tar.gz
1514cd luarocks-3.12.2
1615case $( uname -v) in
1716 * FreeBSD* )
18- ./configure --with-lua-bin $LUA_BIN_PATH
17+ ./configure --with-lua-bin " usr/local/bin "
1918 ;;
2019 * )
2120 ./configure
You can’t perform that action at this time.
0 commit comments