Nicolas Massé 1 month ago
parent
commit
e4270a1278
  1. 2
      .github/workflows/backport.yaml
  2. 2
      .github/workflows/copr-build.yaml

2
.github/workflows/backport.yaml

@ -18,7 +18,7 @@ jobs:
steps: steps:
# 1. Install pre-requisites # 1. Install pre-requisites
- name: 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 # 2. Checkout the repository
- name: Checkout repository - name: Checkout repository

2
.github/workflows/copr-build.yaml

@ -19,7 +19,7 @@ jobs:
steps: steps:
# 1. Install pre-requisites # 1. Install pre-requisites
- name: Install copr-cli - name: Install copr-cli
run: dnf install -y copr-cli git run: dnf install -y copr-cli git git-lfs
# 2. Checkout the repository # 2. Checkout the repository
- name: Checkout repository - name: Checkout repository

Loading…
Cancel
Save