From 5cad00f06d8fbd7bd82cec5a882e3a58ab53c580 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Mon, 23 Jun 2025 11:14:29 +0800 Subject: [PATCH] Modify comment for consistency. Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com> --- .github/workflows/wheels-dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels-dependencies.sh b/.github/workflows/wheels-dependencies.sh index 739a73a8d..684b4b0e9 100755 --- a/.github/workflows/wheels-dependencies.sh +++ b/.github/workflows/wheels-dependencies.sh @@ -27,7 +27,7 @@ if [[ "$CIBW_PLATFORM" == "ios" ]]; then PLAT=$(echo $CIBW_ARCHS | sed "s/\(.*\)_\(.*\)/\1/") IOS_SDK=$(echo $CIBW_ARCHS | sed "s/\(.*\)_\(.*\)/\2/") - # Build iOS builds in `build/iphoneos` or `build/iphonesimulator/` + # Build iOS builds in `build/iphoneos` or `build/iphonesimulator` # (depending on the build target). Install them into `build/deps/iphoneos` # or `build/deps/iphonesimulator` WORKDIR=$(pwd)/build/$IOS_SDK