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: |
|
run: |
|
||||||
dart pub global activate flutter_distributor
|
dart pub global activate flutter_distributor
|
||||||
|
|
||||||
|
- name: Get Geo Assets
|
||||||
|
run: |
|
||||||
|
make get-geo-assets
|
||||||
|
|
||||||
- name: Get Dependencies
|
- name: Get Dependencies
|
||||||
run: |
|
run: |
|
||||||
make get
|
make get
|
||||||
@@ -98,10 +102,6 @@ jobs:
|
|||||||
make gen
|
make gen
|
||||||
make translate
|
make translate
|
||||||
|
|
||||||
- name: Get Geo Assets
|
|
||||||
run: |
|
|
||||||
make get-geo-assets
|
|
||||||
|
|
||||||
- name: Get Libs ${{ matrix.platform }}
|
- name: Get Libs ${{ matrix.platform }}
|
||||||
run: |
|
run: |
|
||||||
make ${{ matrix.platform }}-libs
|
make ${{ matrix.platform }}-libs
|
||||||
|
|||||||
Reference in New Issue
Block a user