From: Darren Tucker Date: Mon, 5 Apr 2021 13:46:42 +0000 (+1000) Subject: Install libcbor with libfido2. X-Git-Tag: V_8_6_P1~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3ca08cb174266884d44ec710a84cd64c12414ea;p=thirdparty%2Fopenssh-portable.git Install libcbor with libfido2. --- diff --git a/.github/setup_ci.sh b/.github/setup_ci.sh index e53a351c5..6240ef06e 100755 --- a/.github/setup_ci.sh +++ b/.github/setup_ci.sh @@ -39,7 +39,7 @@ for TARGET in $TARGETS; do ;; sk) INSTALL_FIDO_PPA="yes" - PACKAGES="$PACKAGES libfido2-dev libu2f-host-dev" + PACKAGES="$PACKAGES libfido2-dev libu2f-host-dev libcbor-dev" ;; selinux) PACKAGES="$PACKAGES libselinux1-dev selinux-policy-dev"