Skip to content

Commit

Permalink
Fix android pipeline(add Java SDK 17 actions)
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-pratik-k committed Apr 23, 2024
1 parent d330c3d commit a40c44c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ jobs:
- uses: actions/checkout@v3
name: Checkout


- uses: actions/setup-java@v4
name: Set up JDK 1.8
with:
java-version: 17.0.6
cache: 'gradle'

- uses: subosito/[email protected]
name: Set up Flutter SDK
with:
Expand Down

0 comments on commit a40c44c

Please sign in to comment.