Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ksh-b committed Apr 28, 2024
1 parent f84af5f commit e00b7b0
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,19 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: checkout all the submodules
- name: Checkout all the submodules
uses: actions/checkout@v4
with:
submodules: true

- name: Install dependencies
run: submodules/flutter/bin/flutter pub get
run: |
submodules/flutter/bin/flutter config --no-analytics
submodules/flutter/bin/flutter pub get
- name: Build
run: submodules/flutter/bin/flutter build apk --split-per-abi

- name: Download all workflow run artifacts
uses: actions/download-artifact@v4

0 comments on commit e00b7b0

Please sign in to comment.