mirror of
https://github.com/inventree/inventree-app.git
synced 2025-04-27 21:16:48 +00:00
Adds missing step from android CI build
This commit is contained in:
parent
69bbc3bec3
commit
501971681e
4
.github/workflows/android.yaml
vendored
4
.github/workflows/android.yaml
vendored
@ -32,6 +32,10 @@ jobs:
|
||||
uses: gradle/gradle-build-action@v2
|
||||
with:
|
||||
gradle-version: 6.1.1
|
||||
- name: Collect Translation Files
|
||||
run: |
|
||||
cd lib/l10n
|
||||
python3 collect_translations.py
|
||||
- name: Build for Android
|
||||
run: |
|
||||
flutter pub get
|
||||
|
Loading…
x
Reference in New Issue
Block a user