Skip to content

Commit 5cad00f

Browse files
Modify comment for consistency.
Co-authored-by: Andrew Murray <[email protected]>
1 parent 4cc71ec commit 5cad00f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if [[ "$CIBW_PLATFORM" == "ios" ]]; then
2727
PLAT=$(echo $CIBW_ARCHS | sed "s/\(.*\)_\(.*\)/\1/")
2828
IOS_SDK=$(echo $CIBW_ARCHS | sed "s/\(.*\)_\(.*\)/\2/")
2929

30-
# Build iOS builds in `build/iphoneos` or `build/iphonesimulator/`
30+
# Build iOS builds in `build/iphoneos` or `build/iphonesimulator`
3131
# (depending on the build target). Install them into `build/deps/iphoneos`
3232
# or `build/deps/iphonesimulator`
3333
WORKDIR=$(pwd)/build/$IOS_SDK

0 commit comments

Comments
 (0)