Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
quocbao238 committed Jun 2, 2023
1 parent 6ae2553 commit 9f4155b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
with:
java-version: '18'
distribution: 'adopt'
cache: gradle

- name: Setup Android SDK
uses: android-actions/setup-android@v2
Expand All @@ -27,17 +28,18 @@ jobs:
with:
flutter-version: '3.10.2'
channel: 'stable'
cache: 'flutter'

- name: Check Flutter Version
run: flutter doctor --verbose & flutter --disable-telemetry


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

- name: Install dependencies
run: flutter pub get || true
run: flutter clean && flutter pub get|| true

- name: Init Multi Platform
working-directory: example
Expand Down

0 comments on commit 9f4155b

Please sign in to comment.