From e4270a12786b1aeefbcead189bb8db33df1e047f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Fri, 31 Oct 2025 12:23:47 +0100 Subject: [PATCH] wip --- .github/workflows/backport.yaml | 2 +- .github/workflows/copr-build.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/backport.yaml b/.github/workflows/backport.yaml index 2b04412..3a75b46 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 + run: dnf install -y patch git git-lfs # 2. Checkout the repository - name: Checkout repository diff --git a/.github/workflows/copr-build.yaml b/.github/workflows/copr-build.yaml index 6e1b68b..c56ef64 100644 --- a/.github/workflows/copr-build.yaml +++ b/.github/workflows/copr-build.yaml @@ -19,7 +19,7 @@ jobs: steps: # 1. Install pre-requisites - name: Install copr-cli - run: dnf install -y copr-cli git + run: dnf install -y copr-cli git git-lfs # 2. Checkout the repository - name: Checkout repository