Skip to content

Commit 2edefa9

Browse files
committed
remove unnecessary install command
1 parent a9c1cb2 commit 2edefa9

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/buildAndTest-FreeBSD.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,10 @@ jobs:
2626
pkg update
2727
pkg install -y bash sudo
2828
bash
29-
cd $GITHUB_WORKSPACE;
29+
cd $GITHUB_WORKSPACE
3030
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"
31+
source ./scripts/compilerName.sh
32+
sudo pkg install -y ${{ matrix.lua }} $C_COMPILER_PACKAGE $CXX_COMPILER_PACKAGE
3533
./scripts/buildLuaRocks.sh
3634
sudo luarocks
3735
sudo luarocks install luaunit

0 commit comments

Comments
 (0)