Skip to content

Commit 5f98660

Browse files
committed
Install libaudit-dev for --with-audit=linux test.
1 parent c9fcea8 commit 5f98660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/setup_ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ for TARGET in $TARGETS; do
123123
PACKAGES="$PACKAGES libfido2-dev libu2f-host-dev libcbor-dev"
124124
;;
125125
selinux)
126-
PACKAGES="$PACKAGES libselinux1-dev selinux-policy-dev"
126+
PACKAGES="$PACKAGES libselinux1-dev selinux-policy-dev libaudit-dev"
127127
;;
128128
hardenedmalloc)
129129
INSTALL_HARDENED_MALLOC=yes

0 commit comments

Comments
 (0)