[openssh-commits] [openssh] 01/01: Install libcbor with libfido2.
git+noreply at mindrot.org
git+noreply at mindrot.org
Mon Apr 5 23:48:47 AEST 2021
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit b3ca08cb174266884d44ec710a84cd64c12414ea
Author: Darren Tucker <dtucker at dtucker.net>
Date: Mon Apr 5 23:46:42 2021 +1000
Install libcbor with libfido2.
---
.github/setup_ci.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/setup_ci.sh b/.github/setup_ci.sh
index e53a351c..6240ef06 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"
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list