install bundlern when needed
Some checks failed
Build and release debug APK to testing track / build (pull_request) Has been cancelled
Build and release debugging app to ios testflight / build (pull_request) Successful in 20m45s

This commit is contained in:
Remy Moll 2025-04-19 19:16:03 +02:00
parent 1f1efec804
commit 4c66f3e124

View File

@ -29,6 +29,12 @@ jobs:
architecture: x64
cache: true
- name: Set up ruby env
uses: https://github.com/ruby/setup-ruby@v1
with:
ruby-version: 3.3
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Install dependencies and clean up
run: |
flutter pub get
@ -36,12 +42,6 @@ jobs:
flutter clean
bundle exec pod cache clean --all
- name: Set up ruby env
uses: https://github.com/ruby/setup-ruby@v1
with:
ruby-version: 3.3
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Fetch tags from main branch
# since this workflow is triggered by a pull request, we want to match the latest tag of the main branch
id: build_name