We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eb0f06 commit eb85093Copy full SHA for eb85093
1 file changed
.github/workflows/test.yml
@@ -173,6 +173,11 @@ jobs:
173
artifact-id: ${{ inputs.release-artifact-id }}
174
path: pkgcore
175
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
+
181
- name: Checkout gentoo
182
uses: actions/checkout@v4
183
with:
0 commit comments