File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -173,19 +173,26 @@ jobs:
173173 artifact-id : ${{ inputs.release-artifact-id }}
174174 path : pkgcore
175175
176+
176177 - name : Checkout gentoo
177178 uses : actions/checkout@v4
178179 with :
179180 repository : gentoo/gentoo
180181 path : gentoo
181182
183+
182184 - name : Link gentoo repo
183185 run : ln -s ${PWD}/gentoo /var/db/repos/gentoo
184186
185187 - name : Install dev-python/pip
186188 run : getuto && FEATURES="-pid-sandbox -ipc-sandbox -network-sandbox" emerge -j2 -g1 dev-python/pip
187189
188- - name : Install pkgcore
190+ # Note: this should be keyed to if a dep *is* VCS, but that in turn requires a step that outputs an env variable
191+ # which this would consume. Just install the dep instead.
192+ - name : install git
193+ run : emerge -k git
194+
195+ - name : Install pkgcore
189196 run : pip install --upgrade --break-system-packages "./pkgcore"
190197
191198 - name : Run pmaint regen
You can’t perform that action at this time.
0 commit comments