Skip to content

Commit

Permalink
Downgrade ruby to fix building mobile app
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangdat committed Jan 7, 2025
1 parent 12c6731 commit 2fec72e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Setup Fastlane
uses: ruby/setup-ruby@v1
with:
ruby-version: ruby
ruby-version: "3.3"
bundler-cache: true
working-directory: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Setup Fastlane
uses: ruby/setup-ruby@v1
with:
ruby-version: "ruby"
ruby-version: "3.3"
bundler-cache: true
working-directory: ${{ matrix.os }}

Expand Down

0 comments on commit 2fec72e

Please sign in to comment.