Skip to content

Commit 97ca336

Browse files
committed
Fix: remove orphaned set +e that silently swallows iOS/Mac build failures
1 parent b100f09 commit 97ca336

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/native-compile-platforms.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,6 @@ jobs:
548548
-DCMAKE_OSX_ARCHITECTURES=${{ matrix.config.arch }} \
549549
-DRES_DIR=$RES_DIR \
550550
-DCOCOS_X_PATH=$NATIVE_ROOT
551-
set +e
552551
#cmake --build . --config Debug -- -quiet -jobs $NUM_OF_CORES -allowProvisioningUpdates CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO
553552
cmake --build . --config Debug -- -jobs $NUM_OF_CORES CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO
554553
echo "Compile iOS Done!"

0 commit comments

Comments
 (0)