diff --git a/.gitea/workflows/workflow_build-app-ios.yaml b/.gitea/workflows/workflow_build-app-ios.yaml index 0d1a9f2..db4ca59 100644 --- a/.gitea/workflows/workflow_build-app-ios.yaml +++ b/.gitea/workflows/workflow_build-app-ios.yaml @@ -58,9 +58,9 @@ jobs: - name: Install dependencies and clean up run: | flutter pub get - bundle exec pod install + bundle exec pod install --allow-root flutter clean - bundle exec pod cache clean --all + bundle exec pod cache clean --all --allow-root - name: Setup SSH key for match git repo # and mark the host as known