Skip to content

Commit

Permalink
Update pr.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagocarvalhodev committed Nov 12, 2024
1 parent f375842 commit ef41492
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ jobs:
- name: Install script_runner
run: flutter pub global activate script_runner

- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'

- name: Gradle cache
uses: gradle/gradle-build-action@v2

Expand Down

0 comments on commit ef41492

Please sign in to comment.