fix package name:

This commit is contained in:
Jay Lee
2021-02-11 17:22:41 +00:00
parent 80ee0bf9a8
commit 517d44fa3c
2 changed files with 2 additions and 2 deletions

View File

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