From c0414a0e7e553b4864f3e490db867f4b048426c8 Mon Sep 17 00:00:00 2001 From: MikeWallaceDev Date: Fri, 8 Jul 2022 10:53:29 -0400 Subject: [PATCH] fix: fixed the ci script to correctly use 86_64 --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d3dd050e2c..dbbd729c81 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: os: [ubuntu-latest, macos-latest] include: - os: ubuntu-latest - flutter_profile: development-linux-x86 + flutter_profile: development-linux-x86_64 - os: macos-latest flutter_profile: development-mac-x86_64 runs-on: ${{ matrix.os }} @@ -82,4 +82,4 @@ jobs: - name: Build working-directory: frontend run: | - cargo make --profile ${{ matrix.flutter_profile }} appflowy-dev \ No newline at end of file + cargo make --profile ${{ matrix.flutter_profile }} appflowy-dev