Skip to content

Commit 116578c

Browse files
committed
tests.yaml: Removed unneeded package freeradius
This was accidentally added due to a copy paste error when copying from my testbed dockerfile
1 parent 2f7b5f9 commit 116578c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
id: run-ctest
4545
run: |
4646
echo "${{ github.action }}: Installing dependencies"
47-
dnf install -y -q freeradius cmake gtest chrony dbus-libs dbus-daemon 2>&1 1>/dev/null
47+
dnf install -y -q cmake gtest chrony dbus-libs dbus-daemon 2>&1 1>/dev/null
4848
cd $BUILD_WORKSPACE
4949
chmod u+x ../tests/setupenv.sh
5050
../tests/setupenv.sh

0 commit comments

Comments
 (0)