Prechádzať zdrojové kódy

[mob] fix build error in github workflow for photos

ashilkn 1 rok pred
rodič
commit
ae2e740752

+ 5 - 0
.github/workflows/mobile-internal-release.yml

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

+ 5 - 0
.github/workflows/mobile-release.yml

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