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 d996a92 commit 079dde4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/flutter-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ on:
- 'example/**'
- '!example/README.md'

defaults:
run:
working-directory: example
# defaults:
# run:
# working-directory: example

jobs:
build-android:
Expand Down Expand Up @@ -47,13 +47,14 @@ jobs:

- name: Install dependencies
run: flutter pub get
working-directory: example

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

- name: Build
run: flutter build apk
working-directory: example

build-ios:
name: Build iOS demo
Expand Down

0 comments on commit 079dde4

Please sign in to comment.