Skip to content

Commit

Permalink
Try to fix CI-3
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaRU committed Feb 23, 2024
1 parent 5c83f97 commit 6ccc263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
uses: actions/checkout@v4
- name: Build
run: |
set -o pipefail && xcodebuild build -project TridentCockpit.xcodeproj -scheme TridentCockpitiOS -destination "${{ matrix.destination }}" | xcpretty
set -o pipefail && xcodebuild build -project TridentCockpit.xcodeproj -scheme TridentCockpitiOS -destination "${{ matrix.destination }}" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty

0 comments on commit 6ccc263

Please sign in to comment.