From 7b48206a99297c55350f51a9e31d1e7ea67138a0 Mon Sep 17 00:00:00 2001 From: problematicconsumer Date: Sat, 19 Aug 2023 22:49:31 +0330 Subject: [PATCH] Fix ci --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b7da9dbf..a38bf631 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,6 +89,10 @@ jobs: run: | dart pub global activate flutter_distributor + - name: Get Geo Assets + run: | + make get-geo-assets + - name: Get Dependencies run: | make get @@ -98,10 +102,6 @@ jobs: make gen make translate - - name: Get Geo Assets - run: | - make get-geo-assets - - name: Get Libs ${{ matrix.platform }} run: | make ${{ matrix.platform }}-libs