.github: Try building deb on 22.04 with webview

This commit is contained in:
derrod 2022-09-11 16:48:58 +02:00
parent 0eec8472a4
commit 075f446add

View file

@ -57,14 +57,7 @@ jobs:
path: legendary/dist/* path: legendary/dist/*
deb: deb:
runs-on: ${{ matrix.os }} runs-on: ubuntu-22.04
strategy:
matrix:
os: ['ubuntu-20.04']
fail-fast: true
max-parallel: 3
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
@ -76,11 +69,10 @@ jobs:
python3-requests python3-requests
python3-setuptools python3-setuptools
python3-wheel python3-wheel
# pywebview is too outdated on 20.04, re-enable this on 22.04 python3-webview
# python3-webview python3-gi
# python3-gi python3-gi-cairo
# python3-gi-cairo gir1.2-gtk-3.0
# 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