Skip to content

Commit

Permalink
chore: try to fix macos ci
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasXu0 committed Jun 6, 2024
1 parent 492353a commit 3a1abf3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,11 @@ jobs:
- name: Build AppFlowy
working-directory: frontend
run: |
cd appflowy_flutter
flutter config --enable-macos-desktop
dart ./scripts/flutter_release_build/build_flowy.dart exclude-directives . ${{ github.event.inputs.build_name }}
flutter pub get
flutter packages pub get
cd ..
cargo make --profile production-mac-x86_64 appflowy
- name: Codesign AppFlowy
Expand Down Expand Up @@ -194,8 +197,11 @@ jobs:
- name: Build AppFlowy
working-directory: frontend
run: |
cd appflowy_flutter
flutter config --enable-macos-desktop
dart ./scripts/flutter_release_build/build_flowy.dart exclude-directives . ${{ github.event.inputs.build_name }}
flutter pub get
flutter packages pub get
cd ..
cargo make --profile production-mac-arm64 appflowy
- name: Codesign AppFlowy
Expand Down

0 comments on commit 3a1abf3

Please sign in to comment.