1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2025-03-10 05:34:36 +00:00

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

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'