From 075f446add6b399efabd8e32afc692b2e667092e Mon Sep 17 00:00:00 2001 From: derrod Date: Sun, 11 Sep 2022 16:48:58 +0200 Subject: [PATCH] .github: Try building deb on 22.04 with webview --- .github/workflows/python.yml | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 7c91560..45725cf 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -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