diff --git a/.gitea/workflows/workflow_build-app-ios.yaml b/.gitea/workflows/workflow_build-app-ios.yaml index f1a4d4b..5e91b8e 100644 --- a/.gitea/workflows/workflow_build-app-ios.yaml +++ b/.gitea/workflows/workflow_build-app-ios.yaml @@ -54,11 +54,11 @@ jobs: bundler-cache: true # runs 'bundle install' and caches installed gems automatically - uses: GuillaumeFalourd/setup-rsync@v1.2 - - run: rsync --version - name: Install dependencies and clean up run: | flutter pub get + flutter precache --ios bundle exec pod install --allow-root flutter clean bundle exec pod cache clean --all --allow-root