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