Preserve Ruby path for TestFlight workflow
Some checks failed
TestFlight / testflight (push) Failing after 22s

This commit is contained in:
2026-06-25 22:46:14 -07:00
parent 4124a31a34
commit 87787642b5

View File

@@ -22,7 +22,7 @@ jobs:
- name: Setup Ruby - name: Setup Ruby
uses: ruby/setup-ruby@v1 uses: ruby/setup-ruby@v1
with: with:
ruby-version: "3.1" ruby-version: "3.1.7"
bundler-cache: true bundler-cache: true
working-directory: ios working-directory: ios
@@ -44,4 +44,7 @@ jobs:
MATCH_GIT_BASIC_AUTHORIZATION: ${{ secrets.MATCH_GIT_BASIC_AUTHORIZATION }} MATCH_GIT_BASIC_AUTHORIZATION: ${{ secrets.MATCH_GIT_BASIC_AUTHORIZATION }}
FASTLANE_SKIP_UPDATE_CHECK: "1" FASTLANE_SKIP_UPDATE_CHECK: "1"
FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT: "120" FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT: "120"
run: bundle exec fastlane ios beta run: |
export PATH="/Users/runner/hostedtoolcache/Ruby/3.1.7/arm64/bin:${PATH}"
ruby --version
bundle exec fastlane ios beta