Skip to content

Commit

Permalink
Updates CI settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
zonble committed Sep 26, 2024
1 parent a958a90 commit 7ac372b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci_spm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
- name: Install dependencies
run: flutter packages get
working-directory: example
- name: Cleans up macOS project
- name: Cleans up iOS project
run: |
pod deintegrate
echo "#include \"Generated.xcconfig\""\n" > Flutter/Debug.xcconfig
echo "#include \"Generated.xcconfig\""\n" > Flutter/Release.xcconfig
working-directory: example/macos
- name: Build macOS
run: flutter build macos
working-directory: example/ios
- name: Build iOS
run: flutter build ios
working-directory: example

0 comments on commit 7ac372b

Please sign in to comment.