From 3a1abf36efac29e1743db1776eb7e4aa6b7fee4e Mon Sep 17 00:00:00 2001 From: "Lucas.Xu" Date: Thu, 6 Jun 2024 12:54:38 +0800 Subject: [PATCH] chore: try to fix macos ci --- .github/workflows/macos.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos.yaml b/.github/workflows/macos.yaml index 6ebafe8..7057c7e 100644 --- a/.github/workflows/macos.yaml +++ b/.github/workflows/macos.yaml @@ -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 @@ -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