.github: Remove pywebview from DEB (too outdated), but add it to PyInstaller

This commit is contained in:
derrod 2021-10-07 10:36:08 +02:00
parent d300972b46
commit a7d5e37f82

View file

@ -29,6 +29,7 @@ jobs:
requests requests
setuptools setuptools
wheel wheel
pywebview
- name: Strip - name: Strip
id: strip id: strip
@ -68,10 +69,11 @@ jobs:
python3-requests python3-requests
python3-setuptools python3-setuptools
python3-wheel python3-wheel
python3-webview # pywebview is too outdated on 20.04, re-enable this on 22.04
python3-gi # python3-webview
python3-gi-cairo # python3-gi
gir1.2-gtk-3.0 # python3-gi-cairo
# gir1.2-gtk-3.0
- name: Build - name: Build
run: python3 setup.py --command-packages=stdeb.command bdist_deb run: python3 setup.py --command-packages=stdeb.command bdist_deb