Skip to content

Commit 3d98e41

Browse files
Simplify Linux build by using pip packages only
1 parent ce3ba62 commit 3d98e41

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,6 @@ jobs:
6868
python-version: '3.9'
6969
- name: Install dependencies
7070
run: |
71-
sudo add-apt-repository ppa:neon/qt6
72-
sudo apt-get update
73-
sudo apt-get install -y qt6-base-dev qt6-declarative-dev libqt6sql6 libqt6core6 libqt6gui6 libqt6widgets6
7471
python -m pip install --upgrade pip
7572
pip install pyinstaller
7673
pip install -r requirements.txt

0 commit comments

Comments
 (0)