We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 521356b + 66a27a9 commit ba128d5Copy full SHA for ba128d5
1 file changed
.github/workflows/app-build-verify.yml
@@ -365,8 +365,10 @@ jobs:
365
xvfb-run briefcase run linux system --target opensuse/tumbleweed:latest
366
briefcase package linux system --target opensuse/tumbleweed:latest --adhoc-sign
367
368
- docker run --volume $(pwd)/dist:/dist opensuse/tumbleweed \
369
- sh -c "zypper --non-interactive --no-gpg-checks install --dry-run /dist/*-0.0.1-1.x86_64.rpm"
+ # Disabling OpenSUSE install test until beeware/briefcase#1802 is resolved
+ #
370
+ # docker run --volume $(pwd)/dist:/dist opensuse/tumbleweed \
371
+ # sh -c "zypper --non-interactive --no-gpg-checks install --dry-run /dist/*-0.0.1-1.x86_64.rpm"
372
373
- name: Build AppImage Project
374
# 2023-09-11 AppImage dropped to "best effort" support.
0 commit comments