Skip to content

Commit

Permalink
gha
Browse files Browse the repository at this point in the history
  • Loading branch information
boorad committed Nov 8, 2024
1 parent fd55fd3 commit d3dc3de
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Setup Ruby (bundle)
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.4
ruby-version: 3.3
bundler-cache: true
working-directory: example

Expand All @@ -57,9 +57,6 @@ jobs:
restore-keys: |
${{ runner.os }}-pods-
- name: Install Gems
run: bundle config set deployment 'true' && bundle install

- name: Install Pods
run: bun pods

Expand Down

0 comments on commit d3dc3de

Please sign in to comment.