Skip to content

Commit

Permalink
[#48] Install fastlane via ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
jayn2u committed Sep 15, 2024
1 parent 41da02e commit 7d67d7e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cicd-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
- uses: jdx/mise-action@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.2
ruby-version: 3.3.0

# - name: Install Tuist
# run: |
# bash <(curl -Ls https://install.tuist.io)
- name: Install Ruby Dependencies
run: |
bundle install
- name: Create Release & Debug Configuration Files
env:
Expand Down

0 comments on commit 7d67d7e

Please sign in to comment.