Skip to content

Commit

Permalink
use setup-ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
Zainrax committed Oct 1, 2024
1 parent c95f467 commit 45d6600
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,14 +142,12 @@ jobs:
cp keystore.properties ~/.android/keystore.properties
cp android-keystore.jks ~/.android/android-keystore.jks
- name: Install Ruby and Bundler
run: |
gem install bundler
- name: Install Fastlane Dependencies
working-directory: sidekick # If your Gemfile is in 'sidekick'
run: bundle install
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.0"
bundler-cache: true

- name: Build and Deploy with Fastlane
working-directory: sidekick # If your 'fastlane' directory is in 'sidekick'
working-directory: sidekick # Adjust if your Fastfile is elsewhere
run: bundle exec fastlane alpha

0 comments on commit 45d6600

Please sign in to comment.