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

@@ -1,6 +1,6 @@
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
if [[ "$TRAVIS_JOB_NAME" == *"Testing" ]]; then
export python="python"
export pip="pip"