Skip to content

Commit

Permalink
Merge pull request #200 from droibit/feature/tweak_workflow
Browse files Browse the repository at this point in the history
Add workaround for Xcode 15.x performance regression to the workflow
  • Loading branch information
droibit committed Jul 21, 2024
2 parents b0b4f90 + 8bd91c3 commit 892d414
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ios_implementation_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
# Workaround for Xcode 15.x performance regression.
# ref. https://bitrise.io/blog/post/xcode-15-performance-regressions
- name: Install yeetd
run: |
wget https://github.com/biscuitehh/yeetd/releases/download/1.0/yeetd-normal.pkg
sudo installer -pkg yeetd-normal.pkg -target /
yeetd &
- uses: irgaly/setup-mint@v1
with:
mint-directory: ./flutter_custom_tabs_ios
Expand Down

0 comments on commit 892d414

Please sign in to comment.