Skip to content

Commit

Permalink
Update ios.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushs-2k4 committed Sep 17, 2023
1 parent c399594 commit 716532c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
uses: actions/checkout@v3


- name: Get List of XCode Versions
- name: Get List of Applications
run: ls /Applications/

- name: Set up Xcode
run: sudo xcode-select -s /Applications/Xcode_15.0.app/Contents/Developer

- name: Build
run: xcodebuild build -project "Bhagavad Gita.xcodeproj" -scheme "Bhagavad Gita"
run: xcodebuild build -project "Bhagavad Gita.xcodeproj" -scheme "Bhagavad Gita" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO

0 comments on commit 716532c

Please sign in to comment.