We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9c1cb2 commit 2edefa9Copy full SHA for 2edefa9
.github/workflows/buildAndTest-FreeBSD.yml
@@ -26,12 +26,10 @@ jobs:
26
pkg update
27
pkg install -y bash sudo
28
bash
29
- cd $GITHUB_WORKSPACE;
+ cd $GITHUB_WORKSPACE
30
export COMPILER=${{ matrix.compiler }}
31
- ./scripts/compilerName.sh
32
- pkg update
33
- pkg install sudo -y
34
- sudo pkg install -y ${{ matrix.lua }} "$C_COMPILER_PACKAGE" "$CXX_COMPILER_PACKAGE"
+ source ./scripts/compilerName.sh
+ sudo pkg install -y ${{ matrix.lua }} $C_COMPILER_PACKAGE $CXX_COMPILER_PACKAGE
35
./scripts/buildLuaRocks.sh
36
sudo luarocks
37
sudo luarocks install luaunit
0 commit comments