Skip to content

Commit

Permalink
Disable impeller again
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsreichardt committed Feb 3, 2024
1 parent 5330172 commit 7f5fdc5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/integration_tests_app_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,12 @@ jobs:
flutter-version: ${{ steps.fvm-config-action.outputs.FLUTTER_VERSION }}
channel: ${{ steps.fvm-config-action.outputs.FLUTTER_CHANNEL }}

# Because GitHub Action runners don't have Metal support, we need to
# disable Impeller https://github.com/flutter/flutter/issues/126768
- name: Disable Impeller
working-directory: app/ios/Runner
run: /usr/libexec/PlistBuddy -c "Add :FLTEnableImpeller bool false" Info.plist

- uses: futureware-tech/simulator-action@427329dea8e4d6417cba1273ebb5c9ad4720082d
id: simulator
with:
Expand Down

0 comments on commit 7f5fdc5

Please sign in to comment.