Skip to content

Commit

Permalink
Merge pull request #8 from 42Box/develop
Browse files Browse the repository at this point in the history
Deploy main merge 7
  • Loading branch information
chanhihi authored Apr 26, 2024
2 parents 47d1291 + bd7e32b commit 53cbb62
Showing 1 changed file with 5 additions and 4 deletions.
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

0 comments on commit 53cbb62

Please sign in to comment.