workflow: enable updates-testing repo when installing osbuild on f31

This is the same fix as in 7ff15e1f, but for the old package (and therefore
for f31).

Copy of the 7ff15e1f commit message:

The source of issue here is that our release cycles are synchronized and
if we want to use the latest released osbuild we need to wait for the
bodhi process. It makes sense that we don't want to use latest osbuild
from git master but we should be confident enough in the version we
submit to bodhi.

Using the version from updates-testing therefore fixes the issue with
synchronization and avoids using unreleased versions.
This commit is contained in:
Ondřej Budai 2020-04-24 11:35:20 +02:00 committed by Tom Gundersen
parent 32844d605a
commit f21e86cd8c

View file

@ -70,6 +70,9 @@ jobs:
- name: "🗄️ Clone the repository"
uses: actions/checkout@v2
- name: "🧱 Pre-install osbuild from updates-testing repo"
run: dnf -y --enablerepo=updates-testing install osbuild
- name: "🛒 Install RPM build dependencies"
run: dnf -y builddep golang-github-osbuild-composer.spec