From d7c309784a041394b58b4bbd0e74c621c754cf14 Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Sun, 14 Jun 2026 18:00:56 +0200 Subject: [PATCH] add missing package --- .github/workflows/backport.yaml | 2 +- .github/workflows/copr-build.yaml | 2 +- .github/workflows/rawhide-backport.yaml | 5 +---- .github/workflows/rawhide-copr-build.yaml | 5 +---- 4 files changed, 4 insertions(+), 10 deletions(-) diff --git a/.github/workflows/backport.yaml b/.github/workflows/backport.yaml index c7d9e9c..d7e8236 100644 --- a/.github/workflows/backport.yaml +++ b/.github/workflows/backport.yaml @@ -18,7 +18,7 @@ jobs: steps: # 1. Install pre-requisites - name: Install pre-requisites - run: dnf install -y patch git git-lfs + run: dnf install -y patch git git-lfs jq # 2. Checkout the repository - name: Checkout repository diff --git a/.github/workflows/copr-build.yaml b/.github/workflows/copr-build.yaml index 343df4d..a1adfed 100644 --- a/.github/workflows/copr-build.yaml +++ b/.github/workflows/copr-build.yaml @@ -24,7 +24,7 @@ jobs: steps: # 1. Install pre-requisites - name: Install copr-cli - run: dnf install -y copr-cli git git-lfs + run: dnf install -y copr-cli git git-lfs jq # 2. Checkout the repository - name: Checkout repository diff --git a/.github/workflows/rawhide-backport.yaml b/.github/workflows/rawhide-backport.yaml index b458e27..24fcb7f 100644 --- a/.github/workflows/rawhide-backport.yaml +++ b/.github/workflows/rawhide-backport.yaml @@ -18,7 +18,7 @@ jobs: steps: # 1. Install pre-requisites - name: Install pre-requisites - run: dnf install -y patch git git-lfs + run: dnf install -y patch git git-lfs jq # 2. Checkout the repository - name: Checkout repository @@ -35,10 +35,7 @@ jobs: run: git config --global --add safe.directory "$GITHUB_WORKSPACE" # 3. Run the update script for Fedora Rawhide only. - # Rawhide moves fast and can break at any time, so this step is best-effort: - # a failure here must not fail the whole workflow. - name: Run update script for Fedora Rawhide (best effort) - continue-on-error: true run: ./update.sh fedora-rawhide # 4. Push changes (if any) diff --git a/.github/workflows/rawhide-copr-build.yaml b/.github/workflows/rawhide-copr-build.yaml index 01f8f45..5a09023 100644 --- a/.github/workflows/rawhide-copr-build.yaml +++ b/.github/workflows/rawhide-copr-build.yaml @@ -21,7 +21,7 @@ jobs: steps: # 1. Install copr-cli - name: Install copr-cli - run: dnf install -y copr-cli git git-lfs + run: dnf install -y copr-cli git git-lfs jq # 2. Checkout the repository - name: Checkout repository @@ -31,10 +31,7 @@ jobs: lfs: true # 3. Run the build script for Fedora Rawhide only. - # Rawhide moves fast and can break at any time, so this step is best-effort: - # a failure here must not fail the whole workflow. - name: Run COPR build script for Fedora Rawhide (best effort) - continue-on-error: true run: ./build.sh fedora-rawhide # Inject secrets into the container as environment variables env: