Skip to content

Commit d432bae

Browse files
committed
ci: no patchelf?
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 5a1a3f1 commit d432bae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests-cibw.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
submodules: true
2323
fetch-depth: 0
2424

25-
- uses: pypa/cibuildwheel@3.0
25+
- uses: pypa/cibuildwheel@v3.0
2626
env:
2727
PYODIDE_BUILD_EXPORTS: whole_archive
2828
with:
@@ -44,7 +44,7 @@ jobs:
4444

4545
- run: brew upgrade cmake
4646

47-
- uses: pypa/cibuildwheel@3.0
47+
- uses: pypa/cibuildwheel@v3.0
4848
env:
4949
CIBW_PLATFORM: ios
5050
with:
@@ -63,7 +63,7 @@ jobs:
6363
submodules: true
6464
fetch-depth: 0
6565

66-
- run: pipx install wheel
66+
- run: pipx install wheel patchelf
6767

6868
- uses: mhsmith/cibuildwheel@android
6969
env:

0 commit comments

Comments
 (0)