few build / install cleanups

This commit is contained in:
Jay Lee
2021-05-25 12:59:57 -04:00
parent 34b51ea64a
commit 4e719bab5e
3 changed files with 3 additions and 15 deletions

View File

@@ -141,6 +141,7 @@ jobs:
echo "RUNNING: apt update..."
sudo apt-get -qq --yes update > /dev/null
sudo apt-get -qq --yes install swig libpcsclite-dev
$pip install --upgrade pip
- name: Build and install Python, OpenSSL and PyInstaller
if: matrix.goal != 'test' && steps.cache-primes.outputs.cache-hit != 'true'