From 5636876e42889084e9a6df001c0e342044f90ed7 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Thu, 11 Feb 2021 19:08:33 +0000 Subject: [PATCH] another attempt at Windows yubikey prereqs --- .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 9570aa8b..21ade2f1 100755 --- a/.github/actions/windows-before-install.sh +++ b/.github/actions/windows-before-install.sh @@ -16,7 +16,9 @@ cd ~ export python="python" export pip="pip" +# pyscard needs swig, keep these two together choco install $CHOCOPTIONS swig +$pip install pyscard # Python #echo "Installing Python..."