Run photos internal release workflow with JDK17

This commit is contained in:
Ashil 2024-04-20 13:18:13 +05:30 committed by GitHub
parent 2160b4d7f9
commit e9bfc696bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,6 +20,11 @@ jobs:
with:
submodules: recursive
- name: Setup JDK 17
uses: actions/setup-java@v3
with:
java-version: 17
- name: Install Flutter ${{ env.FLUTTER_VERSION }}
uses: subosito/flutter-action@v2
with: