add dependency for Ubuntu 22.04 job

This commit is contained in:
Thomas Roehl 2022-12-13 14:37:49 +01:00
parent 10b1cbb752
commit ff31c10bf8

View File

@ -239,7 +239,7 @@ jobs:
Release: Release:
runs-on: ubuntu-latest runs-on: ubuntu-latest
# We need the RPMs, so add dependency # We need the RPMs, so add dependency
needs: [AlmaLinux-RPM-build, UBI-8-RPM-build, Ubuntu-focal-build] needs: [AlmaLinux-RPM-build, UBI-8-RPM-build, Ubuntu-focal-build, Ubuntu-jammy-build]
steps: steps:
# See: https://github.com/actions/download-artifact # See: https://github.com/actions/download-artifact