Skip to content

Commit eb85093

Browse files
committed
force git being available for regen en regarde for the pkgcore deps
Signed-off-by: Brian Harring <ferringb@gmail.com>
1 parent 1eb0f06 commit eb85093

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,11 @@ jobs:
173173
artifact-id: ${{ inputs.release-artifact-id }}
174174
path: pkgcore
175175

176+
# Note: this should be keyed to if a dep *is* VCS, but that in turn requires a step that outputs an env variable
177+
# which this would consume. Just install the dep instead.
178+
- name: install git
179+
run: sudo apt install -y --no-suggestions git
180+
176181
- name: Checkout gentoo
177182
uses: actions/checkout@v4
178183
with:

0 commit comments

Comments
 (0)