From 1fc6e4f78197f2e8f895fc70488534d6d3285315 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Thu, 11 Feb 2021 17:49:24 +0000 Subject: [PATCH] install yubikey-manager on Windows --- .github/actions/windows-before-install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/actions/windows-before-install.sh b/.github/actions/windows-before-install.sh index 1933f8df..7218cd66 100755 --- a/.github/actions/windows-before-install.sh +++ b/.github/actions/windows-before-install.sh @@ -16,6 +16,8 @@ cd ~ export python="python" export pip="pip" +choco install $CHOCOPTIONS yubikey-manager + # Python #echo "Installing Python..." #export python_file=python-${BUILD_PYTHON_VERSION}${PYTHONFILE_BITS}.exe