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