Add workaround for empty simulator list.

This commit is contained in:
Russell Keith-Magee 2025-02-19 13:17:00 +08:00
parent 2099ce43c7
commit d629a46bc1
No known key found for this signature in database
GPG key ID: 3D2DAB6A37BB5BC3

View file

@ -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: