From 08ca72748dd11749e496d0c9d9baaedccb840170 Mon Sep 17 00:00:00 2001 From: Shawn Carey Date: Thu, 7 Sep 2023 10:47:58 -0400 Subject: [PATCH] debug build failures --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index f3c620f..14579d9 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -86,7 +86,7 @@ jobs: xcodebuild build -configuration Release -scheme CZiti-iOS -derivedDataPath ./DerivedData/CZiti \ -arch arm64 -sdk iphoneos xcodebuild build -configuration Release -scheme CZiti-iOS -derivedDataPath ./DerivedData/CZiti \ - -arch x86_64 -arch arm64 ONLY_ACTIVE_ARCH=NO -sdk iphonesimulator \|\| echo hi + -arch x86_64 -arch arm64 ONLY_ACTIVE_ARCH=NO -sdk iphonesimulator xcodebuild build -configuration Release -scheme CZiti-macOS -derivedDataPath ./DerivedData/CZiti \ -arch x86_64 -arch arm64 ONLY_ACTIVE_ARCH=NO -sdk macosx