We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1cd4c8 commit c47fdc1Copy full SHA for c47fdc1
.github/workflows/dist.yml
@@ -184,10 +184,9 @@ jobs:
184
name: dist
185
path: dist
186
187
- - name: Install setuptools
+ - name: Install pkgconf
188
run: |
189
- /build/venv/bin/build-pip --disable-pip-version-check install setuptools
190
- /build/venv/bin/cross-pip --disable-pip-version-check install setuptools
+ /build/venv/bin/build-pip --disable-pip-version-check install pkgconf
191
192
- name: Install
193
working-directory: dist
0 commit comments