diff --git a/.github/workflows/automated_integration_test.yml b/.github/workflows/automated_integration_test.yml index 2f1aa208f..4c054dc48 100644 --- a/.github/workflows/automated_integration_test.yml +++ b/.github/workflows/automated_integration_test.yml @@ -48,12 +48,10 @@ jobs: # with: # java-version: "11.x" - - name: Setup JDK 17 - uses: actions/setup-java@v3 + - name: Setup JDK + uses: actions/setup-java@v1 with: - java-version: '17' - distribution: 'temurin' - cache: gradle + java-version: "11.x" - name: Flutter action uses: subosito/flutter-action@v1 @@ -62,7 +60,7 @@ jobs: channel: stable - name: Install package dependencies - run: sudo apt-get install -y curl unzip automake build-essential file pkg-config git python-is-python3 libtool libtinfo5 cmake clang + run: sudo apt-get install -y curl unzip automake build-essential file pkg-config git python libtool libtinfo5 cmake clang - name: Execute Build and Setup Commands run: |