Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
laves committed Feb 6, 2024
1 parent 83bd1f5 commit 383e2b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/flutter-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ jobs:
- name: Install dependencies
run: flutter pub get

- name: Install dependencies
run: ./gradlew --version
working-directory: example/android

- name: Build
run: flutter build apk

Expand Down

0 comments on commit 383e2b4

Please sign in to comment.