diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b8353f62b..456455486 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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