Skip to content

Commit a293dbf

Browse files
committed
fix
1 parent 55aa7e6 commit a293dbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,7 @@ case "$COMMAND" in
965965

966966
"install-xcode-platform")
967967
target="$2"
968-
if (( $REALM_XCODE_VERSION = 26 )); then
968+
if [[ "$REALM_XCODE_VERSION" = 26 ]]; then
969969
# downloadPlatform fails on GHA for Xcode 26.2 with "Unable to
970970
# connect to simulator.", and for some reason listing the simulators
971971
# first fixes the problem. On all other Xcode versions listing the

0 commit comments

Comments
 (0)