From 476604e4c2ef3726cb2112e30d2dcd3efe06d2b9 Mon Sep 17 00:00:00 2001 From: Alexander Batalov Date: Fri, 21 Apr 2023 00:07:20 +0300 Subject: [PATCH] Check empty identity --- .github/workflows/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index df3d914..6408aab 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -98,7 +98,7 @@ jobs: -D ENABLE_BITCODE=0 \ -D PLATFORM=OS64 \ -G Xcode \ - -D CMAKE_XCODE_ATTRIBUTE_CODE_SIGNING_REQUIRED=NO \ + -D CMAKE_XCODE_ATTRIBUTE_CODE_SIGN_IDENTITY='' \ # EOL - name: Build