From f4e2e50e29ed36d0ab6fe0c096d195eb36059190 Mon Sep 17 00:00:00 2001 From: Daniel Mach Date: Tue, 23 May 2023 15:04:53 +0200 Subject: [PATCH] GHA: Disable repo 'repo-openh264' during tests We don't use it --- .github/workflows/build-install.yaml | 8 +++++--- .github/workflows/tests.yaml | 1 + 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-install.yaml b/.github/workflows/build-install.yaml index 9a14dbf4..f5ff7f37 100644 --- a/.github/workflows/build-install.yaml +++ b/.github/workflows/build-install.yaml @@ -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:') }} diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index ae87c853..5f154d3a 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -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