mirror of
https://github.com/derrod/legendary.git
synced 2024-12-22 01:45:28 +00:00
.github: Try building deb on 22.04 with webview
This commit is contained in:
parent
0eec8472a4
commit
075f446add
18
.github/workflows/python.yml
vendored
18
.github/workflows/python.yml
vendored
|
@ -57,14 +57,7 @@ jobs:
|
|||
path: legendary/dist/*
|
||||
|
||||
deb:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: ['ubuntu-20.04']
|
||||
|
||||
fail-fast: true
|
||||
max-parallel: 3
|
||||
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
|
@ -76,11 +69,10 @@ jobs:
|
|||
python3-requests
|
||||
python3-setuptools
|
||||
python3-wheel
|
||||
# pywebview is too outdated on 20.04, re-enable this on 22.04
|
||||
# python3-webview
|
||||
# python3-gi
|
||||
# python3-gi-cairo
|
||||
# gir1.2-gtk-3.0
|
||||
python3-webview
|
||||
python3-gi
|
||||
python3-gi-cairo
|
||||
gir1.2-gtk-3.0
|
||||
|
||||
- name: Build
|
||||
run: python3 setup.py --command-packages=stdeb.command bdist_deb
|
||||
|
|
Loading…
Reference in a new issue