diff --git a/.github/workflows/all_plugins.yaml b/.github/workflows/all_plugins.yaml index a04ca9d412..19e709bde0 100644 --- a/.github/workflows/all_plugins.yaml +++ b/.github/workflows/all_plugins.yaml @@ -97,6 +97,11 @@ jobs: with: fetch-depth: 0 + - uses: actions/setup-java@v2 + with: + distribution: 'temurin' + java-version: '11' + - name: "Install Flutter" run: ./.github/workflows/scripts/install-flutter.sh stable