ci: piv-agent

This commit is contained in:
Dict Xiong 2022-11-15 00:48:24 +08:00
parent 05035ffe18
commit ef2e0b4cfe
2 changed files with 4 additions and 1 deletions

View File

@ -107,6 +107,8 @@ piv-agent()
break
fi
done
echo "opensc-pkcs11.so not found"
return 1
}
# key bindings

View File

@ -27,7 +27,8 @@ tools/common.sh get_linux_dist
# check alias
alias p114
which sibd
sibd || which sibd
piv-agent || which piv-agent
# check update
DFS_VERSION=`dfs version`