Skip to content

Commit c47fdc1

Browse files
committed
Fix cross
1 parent f1cd4c8 commit c47fdc1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/dist.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,9 @@ jobs:
184184
name: dist
185185
path: dist
186186

187-
- name: Install setuptools
187+
- name: Install pkgconf
188188
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
189+
/build/venv/bin/build-pip --disable-pip-version-check install pkgconf
191190
192191
- name: Install
193192
working-directory: dist

0 commit comments

Comments
 (0)