1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-11 16:36:14 +01:00

GHA: Disable repo 'repo-openh264' during tests

We don't use it
This commit is contained in:
Daniel Mach 2023-05-23 15:04:53 +02:00
parent 7744e32ba4
commit f4e2e50e29
2 changed files with 6 additions and 3 deletions

View File

@ -46,9 +46,11 @@ jobs:
- name: 'Install packages (OpenSUSE)'
if: ${{ startsWith(matrix.container, 'opensuse/') }}
run: |
zypper --non-interactive --gpg-auto-import-keys refresh
zypper --non-interactive dist-upgrade
zypper --non-interactive install git-lfs rpm-build
zypper -n modifyrepo --disable repo-openh264 || :
zypper -n --gpg-auto-import-keys refresh
zypper -n lr --details
zypper -n dist-upgrade
zypper -n install git-lfs rpm-build
- name: 'Install packages (Fedora/CentOS)'
if: ${{ startsWith(matrix.container, 'fedora:') || contains(matrix.container, 'centos:') }}

View File

@ -52,6 +52,7 @@ jobs:
- name: 'Install packages (openSUSE)'
if: ${{ startsWith(matrix.container, 'opensuse/') }}
run: |
zypper -n modifyrepo --disable repo-openh264 || :
zypper -n --gpg-auto-import-keys refresh
zypper -n lr --details
grep -qi tumbleweed /etc/os-release && zypper -n dist-upgrade || zypper -n patch || zypper -n patch