Skip to content

Commit

Permalink
Update flutter-actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
X-Wei authored Apr 21, 2024
1 parent 1be60d7 commit ab225d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flutter-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ jobs:
run: pod repo update
- run: flutter pub get
- name: Install pods
run: cd ios && pod install && cd ..
run: cd ios && pod install --repo-update && cd ..
- run: flutter build ios --release --no-codesign

0 comments on commit ab225d6

Please sign in to comment.