Skip to content

Commit

Permalink
update yml
Browse files Browse the repository at this point in the history
  • Loading branch information
a-novi committed Oct 18, 2023
1 parent 10bf086 commit 0ee10bb
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,18 +173,21 @@ jobs:
- name: Sudo fix
run: sudo gem install activesupport -v 7.0.8

- name: Install xcversion
run: |
# gem install xcpretty
gem install xcode-install
# xcversion list
shell: bash

- name: Switch to the desired Xcode version
run: |
xcversion install 13.0 # Specify the desired Xcode version
xcode-select -s /Applications/Xcode_13.0.app
shell: bash

# - name: Install xcversion
# run: |
# # gem install xcpretty
# gem install xcode-install
# # xcversion list
# shell: bash

# - name: Switch to the desired Xcode version
# run: |
# xcversion install 13.0 # Specify the desired Xcode version
# xcode-select -s /Applications/Xcode_13.0.app
# shell: bash
# run: brew tap xcpretty/cask && brew install --cask xcversion

- name: Install dependencies
if: steps.cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 0ee10bb

Please sign in to comment.