mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26: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
|
||||
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…
Add table
Add a link
Reference in a new issue