diff --git a/.github/workflows/android.yaml b/.github/workflows/android.yaml index 7458eb5..975a1af 100644 --- a/.github/workflows/android.yaml +++ b/.github/workflows/android.yaml @@ -37,10 +37,10 @@ jobs: - name: Set up Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 3.1 + ruby-version: 3.4 - name: Install Fastlane - run: gem install fastlane -NV + run: bundle install - name: Configure Google credentials run: echo '${{ secrets.GOOGLE_PLAY_SERVICE_ACCOUNT_JSON }}' > service-account.json @@ -48,4 +48,4 @@ jobs: - name: Run Fastlane env: SUPPLY_JSON_KEY: service-account.json - run: fastlane internal \ No newline at end of file + run: bundle exec fastlane internal \ No newline at end of file