Skip to content

Commit

Permalink
Fixed build-android/ios workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
al-af committed May 15, 2024
1 parent 59dde4a commit 9324aa6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: 'latest'
uses: actions/checkout@v3

- name: Install dependencies
run: |
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install dependencies
- name: Install CocoaPods
run: |
cd example
flutter pub get
- name: Install CocoaPods
run: sudo gem install cocoapods
cd ios
sudo gem install cocoapods
- name: Install Pods
run: |
Expand Down

0 comments on commit 9324aa6

Please sign in to comment.