Add workaround for empty simulator list.
This commit is contained in:
parent
2099ce43c7
commit
d629a46bc1
1 changed files with 6 additions and 0 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -83,6 +83,12 @@ jobs:
|
|||
# python -m pip install cibuildwheel==3.0.0
|
||||
python -m pip install git+https://github.com/freakboy3742/cibuildwheel.git@ios-support
|
||||
|
||||
- name: iOS testing set workaround
|
||||
if: matrix.platform == 'ios'
|
||||
run: |
|
||||
# Temp workaround - make sure there is an iOS test devices directory
|
||||
mkdir -p /Users/runner/Library/Developer/XCTestDevices
|
||||
|
||||
- name: Build wheels
|
||||
run: python -m cibuildwheel
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in a new issue