mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
Adds missing step from android CI build
This commit is contained in:
parent
69bbc3bec3
commit
501971681e
1 changed files with 4 additions and 0 deletions
4
.github/workflows/android.yaml
vendored
4
.github/workflows/android.yaml
vendored
|
|
@ -32,6 +32,10 @@ jobs:
|
||||||
uses: gradle/gradle-build-action@v2
|
uses: gradle/gradle-build-action@v2
|
||||||
with:
|
with:
|
||||||
gradle-version: 6.1.1
|
gradle-version: 6.1.1
|
||||||
|
- name: Collect Translation Files
|
||||||
|
run: |
|
||||||
|
cd lib/l10n
|
||||||
|
python3 collect_translations.py
|
||||||
- name: Build for Android
|
- name: Build for Android
|
||||||
run: |
|
run: |
|
||||||
flutter pub get
|
flutter pub get
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue