Run photos internal release workflow with JDK17
This commit is contained in:
parent
2160b4d7f9
commit
e9bfc696bb
1 changed files with 5 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue