diff --git a/.github/workflows/deploy-apps.yml b/.github/workflows/deploy-apps.yml index 0b77da81a..6aec078ca 100644 --- a/.github/workflows/deploy-apps.yml +++ b/.github/workflows/deploy-apps.yml @@ -43,6 +43,8 @@ jobs: ruby-version: head # 3.3 # head bundler-cache: true working-directory: ./app/android + run: | + bundle install - name: Set up flutter uses: subosito/flutter-action@v2 with: