workflow: enable updates-testing repo when installing osbuild on f31
This is the same fix as in7ff15e1f, but for the old package (and therefore for f31). Copy of the7ff15e1fcommit 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:
parent
32844d605a
commit
f21e86cd8c
1 changed files with 3 additions and 0 deletions
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue