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 4c50312 commit 348c56f
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,12 @@ jobs:
- name: Check out code
uses: actions/checkout@v3

# - name: Set up Xcode
# uses: maxim-lobanov/setup-xcode@v1
# with:
# xcode-version: 15.0-beta


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


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

- name: Build
run: xcodebuild build -project "Bhagavad Gita.xcodeproj" -scheme "Bhagavad Gita"

0 comments on commit 348c56f

Please sign in to comment.