Skip to content

Commit 203530e

Browse files
committed
Fix cross
1 parent 9e826bb commit 203530e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dist.yml

+2
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ jobs:
230230
- name: Install deps
231231
shell: bash
232232
run: |
233+
/build/venv/bin/build-pip --disable-pip-version-check install ninja pkgconf
233234
/build/venv/bin/cross-pip --disable-pip-version-check install -r rdev_requirements.txt
234235
235236
- name: Build + test wheels
@@ -289,6 +290,7 @@ jobs:
289290
- name: Install deps
290291
shell: bash
291292
run: |
293+
/build/venv/bin/build-pip --disable-pip-version-check install ninja pkgconf
292294
/build/venv/bin/cross-pip --disable-pip-version-check install -r rdev_requirements.txt
293295
294296
- name: Build wheels

0 commit comments

Comments
 (0)