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:
parent
7744e32ba4
commit
f4e2e50e29
8
.github/workflows/build-install.yaml
vendored
8
.github/workflows/build-install.yaml
vendored
@ -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:') }}
|
||||
|
1
.github/workflows/tests.yaml
vendored
1
.github/workflows/tests.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user