Skip to content

Commit 6737d8f

Browse files
committed
nit
1 parent 69cc5ec commit 6737d8f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pull_request_validation.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ jobs:
1616
- name: 📚 Git Checkout
1717
uses: actions/checkout@v4
1818

19+
- name: ♨️ Setup Java
20+
uses: actions/setup-java@v1
21+
with:
22+
java-version: '12.x'
23+
1924
- name: 🐦 Setup Flutter
2025
uses: subosito/flutter-action@v2
2126
with:

0 commit comments

Comments
 (0)