diff --git a/.github/workflows/build-deploy.yaml b/.github/workflows/build-deploy.yaml index e75532f..c82b35f 100644 --- a/.github/workflows/build-deploy.yaml +++ b/.github/workflows/build-deploy.yaml @@ -49,6 +49,11 @@ jobs: flutter-version: '3.27.1' channel: 'stable' + - uses: actions/setup-java@v4 + with: + distribution: 'zulu' + java-version: '17' + - name: Install dependencies run: flutter pub get