Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions .github/workflows/Deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Set up Ruby 2.6
uses: actions/setup-ruby@v1
with:
ruby-version: 2.6

- name: Set Xcode version
run: sudo xcode-select -s '/Applications/Xcode_15.2.0.app/Contents/Developer'

Expand All @@ -49,10 +54,6 @@ jobs:

- name: Install Fastlane
run: brew install fastlane

- uses: actions/setup-ruby@v1
with:
ruby-version: 2.7

- name: Tuist clean
run: tuist clean
Expand Down