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