Skip to content

Commit

Permalink
chore: iOS CI update ruby version (#1943)
Browse files Browse the repository at this point in the history
Co-authored-by: iGroza <[email protected]>
  • Loading branch information
iGroza and iGroza authored Jun 7, 2024
1 parent 96cc325 commit e4c88c7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/distribute-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ jobs:
with:
node-version: 18

- name: Set up Ruby 3.2.0
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.0
bundler-cache: true

- name: Cache XCode build
uses: mikehardy/buildcache-action@v2

Expand Down

0 comments on commit e4c88c7

Please sign in to comment.