Skip to content

Commit

Permalink
build: upgrade android version
Browse files Browse the repository at this point in the history
  • Loading branch information
cevheri committed Nov 10, 2024
1 parent 8b23d56 commit 1cc8e83
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ jobs:
uses: dart-lang/[email protected]
with:
dart-version: 3.5.4
- name: Setup Java JDK 17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
- name: flutter jdk configuration
run: flutter config --jdk-dir /usr/lib/jvm/java-17-openjdk-amd64
- name: Install dependencies
run: flutter pub get
- name: Analyze
Expand Down

0 comments on commit 1cc8e83

Please sign in to comment.