Fix ci
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user