From 9a31ea73df7c5a909aa65b32925b38228649988e Mon Sep 17 00:00:00 2001 From: Adrian Baumgart Date: Sun, 31 Mar 2024 21:35:48 +0200 Subject: [PATCH] Update fix-formatting-and-license.yml --- .github/workflows/fix-formatting-and-license.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.github/workflows/fix-formatting-and-license.yml b/.github/workflows/fix-formatting-and-license.yml index affaabc..aba64be 100644 --- a/.github/workflows/fix-formatting-and-license.yml +++ b/.github/workflows/fix-formatting-and-license.yml @@ -12,7 +12,20 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: dart-lang/setup-dart@v1 + + - name: Set up JDK 1.8 + uses: actions/setup-java@v1 + with: + java-version: 1.8 + + - name: Setup Android SDK + uses: android-actions/setup-android@v2 + + - name: Setup Flutter SDK + uses: flutter-actions/setup-flutter@v2 + with: + channel: stable + version: 3.13.7 - name: Install dependencies run: dart pub get