Attempt to fix apt-get failure

This commit is contained in:
Andrew Senetar 2021-08-18 03:07:47 -05:00
parent 18895d983b
commit 74918e2c56
Signed by: arsenetar
GPG Key ID: C63300DCE48AB2F1
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ jobs:
- if: matrix.language == 'cpp'
name: Build Cpp
run: |
sudo apt-get update
sudo apt-get install python3-pyqt5
make modules
- if: matrix.language == 'python'