File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3030 cd $GITHUB_WORKSPACE
3131 export COMPILER=${{ matrix.compiler }}
3232 source ./scripts/compilerName.sh
33- sudo pkg install -y cmake ${{ matrix.lua }} \ "$C_COMPILER_PACKAGE\" \ "$CXX_COMPILER_PACKAGE\ "
33+ sudo pkg install -y cmake ${{ matrix.lua }} "$C_COMPILER_PACKAGE" "$CXX_COMPILER_PACKAGE"
3434 bash scripts/buildLuaRocks.sh
3535 sudo luarocks
3636 sudo luarocks install luaunit
4242 cd $GITHUB_WORKSPACE
4343 export COMPILER=${{ matrix.compiler }}
4444 source scripts/compilerName.sh
45- sudo luarocks config \ "variables.CMAKE_C_COMPILER\" \"$C_COMPILER\ "
46- sudo luarocks config \ "variables.CMAKE_CXX_COMPILER\" \"$CXX_COMPILER\ "
47- sudo CXX=\ "$CXX_COMPILER\ " CC=\ "$C_COMPILER\ " luarocks make
45+ sudo luarocks config "variables.CMAKE_CXX_COMPILER" "$CXX_COMPILER "
46+ sudo luarocks config "variables.CMAKE_C_COMPILER" "$C_COMPILER "
47+ sudo CXX="$CXX_COMPILER" CC="$C_COMPILER" luarocks make
4848 '
4949 - name : " Test Project"
5050 shell : freebsd {0}
You can’t perform that action at this time.
0 commit comments