Skip to content

Commit

Permalink
Merge pull request #12 from 42Box/develop
Browse files Browse the repository at this point in the history
Deploy main merge 11
  • Loading branch information
chanhihi authored Apr 26, 2024
2 parents 1c1305b + 0a4a725 commit 7ed4fc6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
env:
XCODE_VERSION: "15.2.0"
SWIFT_VERSION: "5.9.2"
RUBY_VERSION: "2.6.10"
TUIST_VERSION: "3.36.2"

steps:
Expand All @@ -26,7 +27,7 @@ jobs:
- name: Set up Ruby 2.6
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.10
ruby-version: RUBY_VERSION
bundler-cache: true

- name: Set Xcode version
Expand Down

0 comments on commit 7ed4fc6

Please sign in to comment.