Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangtian616 committed Oct 26, 2024
1 parent 858f4e4 commit 86e1d19
Show file tree
Hide file tree
Showing 7 changed files with 2,368 additions and 1,506 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ jobs:
- name: Build iOS
if: matrix.target == 'ios'
run: |
flutter precache --ios
cd ios
pod update
cd ..
Expand All @@ -126,6 +127,7 @@ jobs:
- name: Build macOS
if: matrix.target == 'macOS'
run: |
flutter precache --macos
cd macos
pod update
cd ..
Expand Down
Loading

0 comments on commit 86e1d19

Please sign in to comment.