diff --git a/.github/workflows/flutter_ci.yml b/.github/workflows/flutter_ci.yml index ee7c864..ec2c1de 100644 --- a/.github/workflows/flutter_ci.yml +++ b/.github/workflows/flutter_ci.yml @@ -24,6 +24,12 @@ jobs: with: flutter-version: 3.24.3 + - name: Set up Java 17 + uses: actions/setup-java@v3 + with: + distribution: 'temurin' + java-version: '17' + - name: Install dependencies run: flutter pub get @@ -35,6 +41,8 @@ jobs: - name: Build iOS App run: flutter build ios + env: + CI: true - name: Archive and upload Android artifacts uses: actions/upload-artifact@v4