From defd0902df8fd7c01900977ff33b614fd8ccae7b Mon Sep 17 00:00:00 2001 From: Manolache Bogdan <116110094+bogdiz@users.noreply.github.com> Date: Fri, 31 Jan 2025 21:35:24 +0200 Subject: [PATCH] Update cicd.yml --- .github/workflows/cicd.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 2a946c3..544a6ab 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -55,6 +55,12 @@ jobs: flutter-version: 3.x cache: true + - name: Set up JDK 17 + uses: actions/setup-java@v3 + with: + distribution: 'temurin' + java-version: '17' + - name: Install Dependencies working-directory: ./frontend run: flutter pub get