Skip to content

Commit

Permalink
Revert "Disabling OpenSUSE install test until beeware/briefcase#1802
Browse files Browse the repository at this point in the history
…is resolved"

This reverts commit 66a27a9.
  • Loading branch information
rmartin16 committed Jul 10, 2024
1 parent 1095d14 commit 2eda7c9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/app-build-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -365,10 +365,8 @@ jobs:
xvfb-run briefcase run linux system --target opensuse/tumbleweed:latest
briefcase package linux system --target opensuse/tumbleweed:latest --adhoc-sign
# Disabling OpenSUSE install test until beeware/briefcase#1802 is resolved
#
# docker run --volume $(pwd)/dist:/dist opensuse/tumbleweed \
# sh -c "zypper --non-interactive --no-gpg-checks install --dry-run /dist/*-0.0.1-1.x86_64.rpm"
docker run --volume $(pwd)/dist:/dist opensuse/tumbleweed \
sh -c "zypper --non-interactive --no-gpg-checks install --dry-run /dist/*-0.0.1-1.x86_64.rpm"
- name: Build AppImage Project
# 2023-09-11 AppImage dropped to "best effort" support.
Expand Down

0 comments on commit 2eda7c9

Please sign in to comment.