File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555 - uses : actions/checkout@v6
5656 with :
5757 persist-credentials : false
58+ - name : Add Copr repo
59+ run : |
60+ dnf install -y 'dnf*-command(copr)'
61+ dnf copr enable packit/stratis-storage-dbus-python-client-gen-119-copr_pull
5862 - name : Install dependencies
5963 run : >
6064 dnf install -y
7377 runs-on : ubuntu-latest
7478 container : fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT
7579 steps :
80+ - name : Add Copr repo
81+ run : |
82+ dnf install -y 'dnf*-command(copr)'
83+ dnf copr enable packit/stratis-storage-dbus-python-client-gen-119-copr_pull
7684 - name : Install dependencies
7785 run : >
7886 dnf install -y
@@ -107,6 +115,10 @@ jobs:
107115 with :
108116 components : cargo
109117 toolchain : 1.85.0 # LOWEST SUPPORTED RUST TOOLCHAIN
118+ - name : Add Copr repo
119+ run : |
120+ dnf install -y 'dnf*-command(copr)'
121+ dnf copr enable packit/stratis-storage-dbus-python-client-gen-119-copr_pull
110122 - name : Install python prerequisites
111123 run : >
112124 dnf install -y
@@ -184,6 +196,10 @@ jobs:
184196 with :
185197 path : stratis-cli
186198 persist-credentials : false
199+ - name : Add Copr repo
200+ run : |
201+ dnf install -y 'dnf*-command(copr)'
202+ dnf copr enable packit/stratis-storage-dbus-python-client-gen-119-copr_pull
187203 - name : Install dependencies
188204 run : >
189205 dnf install -y
You can’t perform that action at this time.
0 commit comments